-
Updated
Jul 6, 2022 - JavaScript
dom
Here are 3,363 public repositories matching this topic...
-
Updated
Jun 29, 2022 - JavaScript
-
Updated
Jul 6, 2022 - Java
-
Updated
Jun 24, 2022 - JavaScript
Zendesk integration
-
Updated
Feb 15, 2021 - JavaScript
-
Updated
May 30, 2022 - JavaScript
-
Updated
Jul 6, 2022 - JavaScript
-
Updated
Dec 20, 2021 - HTML
-
Updated
May 3, 2022 - SCSS
-
Updated
Jul 1, 2022 - C#
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
- element with
dir="ltr"matches:dir(ltr)(#26159) - root element without `
-
Updated
Jul 6, 2022 - TypeScript
Describe the feature you'd like:
As far as I understand it, the toHaveDisplayValue matcher takes some kind of input element and computes the value that the user can see.
However, it does not work properly for range widgets (e.g. <input type="range">, but also elements with role="range" or role="slider").
According to the [standard](https://www.w3.org/TR/wai-aria-1.1/#aria-valu
-
Updated
Jun 17, 2022 - TypeScript
-
Updated
Jun 22, 2022 - JavaScript
-
Updated
May 29, 2022 - Ruby
-
Updated
Jun 9, 2022 - C++
-
Updated
Oct 7, 2021 - HTML
-
Updated
Jun 24, 2022 - C++
-
Updated
Jun 23, 2022 - TypeScript
-
Updated
Sep 23, 2021 - JavaScript
Improve this page
Add a description, image, and links to the dom topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dom topic, visit your repo's landing page and select "manage topics."
When looking up an attribute with .attr(), the name of the attribute should be lowercased before looking up in .attribs object.