-
Updated
Feb 10, 2022 - TypeScript
web-standards
Here are 46 public repositories matching this topic...
-
Updated
Feb 9, 2022 - HTML
-
Updated
Jan 24, 2022 - Java
-
Updated
Feb 8, 2022 - C#
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
Feb 9, 2022 - JavaScript
-
Updated
Feb 1, 2022 - Python
-
Updated
Feb 9, 2022 - Swift
The "!" is shown in the section below:
`When Boolean is called with argument value, the following steps are taken:
Let b be ! ToBoolean(value).
If NewTarget is undefined, return b.
Let O be ? OrdinaryCreateFromConstructor(NewTarget, "%BooleanPrototype%", « [[BooleanData]] »).
Set O.[[BooleanData]] to b.
Return O.`
-
Updated
Feb 10, 2022 - HTML
-
Updated
Oct 3, 2021
-
Updated
Dec 25, 2021 - Swift
-
Updated
Aug 6, 2020
-
Updated
Jan 10, 2022 - JavaScript
-
Updated
Jan 30, 2022 - Elixir
-
Updated
Nov 23, 2020 - HTML
-
Updated
Mar 3, 2021 - HTML
-
Updated
Sep 24, 2020 - Pascal
-
Updated
Feb 19, 2019 - TypeScript
-
Updated
May 22, 2017 - HTML
-
Updated
Jan 10, 2022
-
Updated
Jul 19, 2021 - TypeScript
-
Updated
Nov 28, 2020 - PHP
-
Updated
Jul 13, 2021 - HTML
-
Updated
Feb 3, 2022 - HTML
-
Updated
Oct 24, 2017
-
Updated
Aug 29, 2021 - CSS
-
Updated
Apr 11, 2020 - HTML
Improve this page
Add a description, image, and links to the web-standards topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web-standards 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)