Skip to content

Commit

Permalink
Force a good standing for CSS Parser API and preferCurrentTab (#1642)
Browse files Browse the repository at this point in the history
See discussion in:
#1628 (comment)

Specs used to come with a "good" standing in browser-specs because data came
from Specref. The specs themselves continue to say they are unofficial drafts,
and so build code now considers that these specs should have a "pending"
standing.

That standing seems correct, but WPT already has actual tests for the CSS
Parser API (on top of IDL tests), and already integrated the preferCurrentTab
IDL as well (just a partial dictionary definition in practice). This update
forces the standing to "good" for continuity.
  • Loading branch information
tidoust authored Jan 13, 2025
1 parent 0705eeb commit 1ea0054
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,10 @@
"sourcePath": "scripting-policy.bs"
}
},
"https://wicg.github.io/css-parser-api/",
{
"url": "https://wicg.github.io/css-parser-api/",
"standing": "good"
},
{
"url": "https://wicg.github.io/custom-state-pseudo-class/",
"standing": "discontinued",
Expand Down Expand Up @@ -724,7 +727,10 @@
"https://wicg.github.io/permissions-request/",
"https://wicg.github.io/permissions-revoke/",
"https://wicg.github.io/portals/",
"https://wicg.github.io/prefer-current-tab/",
{
"url": "https://wicg.github.io/prefer-current-tab/",
"standing": "good"
},
"https://wicg.github.io/private-network-access/",
"https://wicg.github.io/responsive-image-client-hints/",
"https://wicg.github.io/sanitizer-api/",
Expand Down

0 comments on commit 1ea0054

Please sign in to comment.