-
Updated
Sep 1, 2020 - TypeScript
web-standards
Here are 36 public repositories matching this topic...
-
Updated
Aug 28, 2020 - HTML
-
Updated
Sep 1, 2020 - Java
ReSpec can automatically generate spec metadata like "This version:", "Latest published version:", or "Participate:".
In https://github.com/w3c/respec/blob/f564b3aa141a02f267866f36e51e238bf1ed94c4/src/core/github.js#L23-L56 , there is no colon after the strings in en. Some languages use U+FF1A instead of U+003A for colon, so I think a better way to deal with the colon in a spec metadata e
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Sep 1, 2020 - Python
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
Oct 27, 2019
-
Updated
Jun 26, 2019 - Swift
-
Updated
Aug 6, 2020
-
Updated
Feb 19, 2019 - TypeScript
-
Updated
May 22, 2017 - HTML
-
Updated
Jun 18, 2020 - HTML
-
Updated
Aug 2, 2020 - Elixir
-
Updated
Aug 21, 2020 - TypeScript
-
Updated
Jan 24, 2020 - PHP
-
Updated
Jun 6, 2020
-
Updated
Aug 31, 2020 - HTML
-
Updated
Jul 30, 2020 - HTML
-
Updated
Oct 24, 2017
-
Updated
Jul 20, 2020 - HTML
-
Updated
Apr 11, 2020 - HTML
-
Updated
Mar 15, 2018
-
Updated
Aug 25, 2020 - CSS
-
Updated
Sep 21, 2018 - JavaScript
-
Updated
May 16, 2017 - JavaScript
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."
@foolip Philip,
I presume you are one of the wpt maintainers.
Is the svg flag valid or deprecated?
<meta content="svg" name="flags">I have declared the svg flag in 2 tests
and in 2 reference files so far:
web-platform-tests/wpt#20033
web-platform-tests/wpt#21450
svg is not in the list of valid flags
http://web-platform-tests.or