-
Updated
Dec 7, 2020 - JavaScript
HTML
HTML, or Hypertext Markup Language, was primarily designed to provide a means of creating structured scientific documents. HTML can embed scripting languages such as PHP or JavaScript to affect the behavior and content of web pages. The World Wide Web Consortium (W3C) maintains both the HTML and CSS standards.
Here are 19,167 public repositories matching this topic...
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Nov 21, 2020 - JavaScript
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Dec 6, 2020 - JavaScript
Most appropriate sub-area of p5.js?
- Color
- Core/Environment/Rendering
- Data
- Dom
- Events
- Image
- IO
- Math
- Typography
- Utilities
- WebGL
- Other (specify if possible)
Feature enhancement details:
Currently, several DOM examples are not executed in the reference. It is always helpful to have the example code exec
-
Updated
Dec 2, 2020 - JavaScript
-
Updated
Dec 6, 2020 - JavaScript
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Nov 19, 2020 - JavaScript
Clearly describe the bug
::-moz-focus-inner is treated as a pseudo-class, not a pseudo-element, and so can cause false positives in no-descending-specificity.
Which rule, if any, is the bug related to?
no-descending-specificity
What code is needed to reproduce the bug?
a::-moz-focus-inner {}
a -
Updated
Sep 4, 2020 - JavaScript
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Mar 19, 2020 - JavaScript
-
Updated
Dec 7, 2020 - JavaScript
Description
It is not removing spaces between switch and () to make it like this: switch() but it is not removing space, so it becomes switch ()
Input
The code looked like this before beautification:
switch (a) {
case 1:
alert(1);
break;
default:
console.log(1)
}
Expected Output
The code should have looked like this after beautification:
switch(a) {
-
Updated
Dec 6, 2020 - JavaScript
-
Updated
May 24, 2018 - JavaScript
Validation W3C
Expected Behavior
Running validator https://validator.w3.org on basic <picture> elements as per setup config should not result in errors.
Current Behavior
Currently when running validator on:
<picture class="lozad" style="display: block; min-height: 1rem" data-iesrc="images/thumbs/04.jpg" data-alt="">
<source srcset="images/thumbs/04.jpg" media="(min-width: 1280px)">
-
Updated
Dec 7, 2020 - JavaScript
Created by Tim Berners-Lee
Released June 1993
- Repository
- w3c/html
- Website
- www.w3.org/html
- Wikipedia
- Wikipedia

I am experiencing the same problem.
In addition, sheets js is mutating the header array passed in, which is not something I would ever expect.
Example: