#
w3c
Here are 239 public repositories matching this topic...
Where the GPU for the Web work happens!
-
Updated
Oct 15, 2021 - Python
Maintain an open standard for UI and promote its adherence and adoption.
-
Updated
Oct 7, 2021 - JavaScript
Nu Html Checker – Helps you catch problems in your HTML/CSS/SVG
-
Updated
Oct 14, 2021 - Java
基于区块链的符合W3C DID和Verifiable Credential规范的分布式身份解决方案
identity
certificate
w3c
blockchain
distributed
digital-signature
data-exchange
consortium
kyc
did
privacy-protection
privacy-preserving
distributed-identity
verifiable-credentials
dpki
selective-disclosure
verifiable-presentation
weid
weidentity
weid-java-sdk
-
Updated
Jul 9, 2021 - Java
marcoscaceres
commented
Jun 1, 2021
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()
.
A browser API to prevent DOM-Based Cross Site Scripting in modern web applications.
-
Updated
Oct 8, 2021 - JavaScript
-
Updated
Aug 29, 2021
Directional focus navigation with arrow keys
-
Updated
Aug 16, 2021 - JavaScript
An open-source, community-maintained database of Web standards & related references.
-
Updated
Oct 15, 2021 - JavaScript
Web Annotation Working Group repository, see README for links to specs
-
Updated
May 4, 2017 - HTML
XSD (XML Schema Definition) parser and Go/C/Java/Rust/TypeScript code generator
go
golang
generator
code-generator
xml
xsd
w3c
xml-parsing
xml-parser
ooxml
ooxml-parser
xsd-schema
w3c-specification
ecma-376
-
Updated
Mar 1, 2021 - Go
A Python library for W3C Provenance Data Model (PROV)
-
Updated
Feb 9, 2021 - Python
An implementation of WHATWG EventTarget interface, plus few extensions.
-
Updated
Oct 10, 2021 - TypeScript
SCXML interpreter and transformer/compiler written in C/C++ with bindings to Java, C#, Python and Lua
-
Updated
Feb 13, 2021 - C++
W3C Web Cryptography API for Node.js
nodejs
hashing
cryptography
encryption
signing
w3c
jose
web-cryptography
oidc
webcrypto
universal-javascript
asymmetric-cryptography
-
Updated
Feb 25, 2019 - JavaScript
Unicorn - W3C's Unified Validator
css
java
html
validation
html5
w3c
validator
split
language-files
tasklist
war
unicorn
servlet-engine
-
Updated
Jun 3, 2021 - Java
Modern DOM API.
webpage
dom
mdn
dom-element
w3c
css-selector
document-object-model
dom-manipulation
dom-builder
dom-library
dom-elements
css-selectors
queryselector
mdn-qsa
mdn-replacewith
mdn-classlist
phpgt
-
Updated
Oct 15, 2021 - PHP
gulp plugin for HTML validation, using the official Nu Html Checker (v.Nu)
html
gulp-plugin
gulp-plugins
w3c
validator
jar
gulpplugin
html-validation
vnu
w3c-validator
official
-
Updated
Oct 3, 2021 - JavaScript
Stylelint plugin to validate CSS syntax
-
Updated
Aug 11, 2021 - JavaScript
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)