w3c
Here are 233 public repositories matching this topic...
-
Updated
Sep 4, 2021 - JavaScript
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Sep 3, 2021 - Java
-
Updated
Jul 9, 2021 - Java
There is some new stuff in hljs w3c/respec#3576 ... we should investigate what Changes to make. In particular, it would be nice to drop hightlightAuto()
and move to just hightlight()
.
-
Updated
Aug 5, 2021 - JavaScript
-
Updated
Aug 29, 2021
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Sep 4, 2021 - JavaScript
-
Updated
May 4, 2017 - HTML
-
Updated
Mar 1, 2021 - Go
-
Updated
Feb 9, 2021 - Python
-
Updated
Aug 21, 2021 - TypeScript
-
Updated
Feb 25, 2019 - JavaScript
-
Updated
Feb 13, 2021 - C++
-
Updated
Jun 3, 2021 - Java
-
Updated
Sep 2, 2021 - JavaScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Jul 31, 2020 - HTML
A DocumentFragment object exposes its innerHTML property, just like other Element objects do. This isn't a feature of the native DOMDocument, so it has to be exposed to IDEs using PHPDoc. Currently, accessing the innerHTML property works fine, but IDEs do not recognise the property.
Improve this page
Add a description, image, and links to the w3c topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the w3c topic, visit your repo's landing page and select "manage topics."
Relevant spec sections:
https://drafts.csswg.org/selectors-4/#the-dir-pseudo
https://html.spec.whatwg.org/multipage/semantics-other.html#selector-ltr
The interesting cases to test are from the definition of "directionality" in HTML:
https://html.spec.whatwg.org/multipage/dom.html#the-directionality
dir="ltr"
matches:dir(ltr)
(#26159)