browser-specs 3.71.0 → 3.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.json +44 -2
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -667,6 +667,42 @@
|
|
|
667
667
|
]
|
|
668
668
|
}
|
|
669
669
|
},
|
|
670
|
+
{
|
|
671
|
+
"url": "https://drafts.csswg.org/css-color-hdr/",
|
|
672
|
+
"seriesComposition": "full",
|
|
673
|
+
"shortname": "css-color-hdr",
|
|
674
|
+
"series": {
|
|
675
|
+
"shortname": "css-color-hdr",
|
|
676
|
+
"currentSpecification": "css-color-hdr",
|
|
677
|
+
"title": "CSS Color HDR",
|
|
678
|
+
"shortTitle": "CSS Color HDR",
|
|
679
|
+
"nightlyUrl": "https://drafts.csswg.org/css-color-hdr/"
|
|
680
|
+
},
|
|
681
|
+
"organization": "W3C",
|
|
682
|
+
"groups": [
|
|
683
|
+
{
|
|
684
|
+
"name": "Cascading Style Sheets (CSS) Working Group",
|
|
685
|
+
"url": "https://www.w3.org/Style/CSS/"
|
|
686
|
+
}
|
|
687
|
+
],
|
|
688
|
+
"nightly": {
|
|
689
|
+
"url": "https://drafts.csswg.org/css-color-hdr/",
|
|
690
|
+
"status": "Editor's Draft",
|
|
691
|
+
"alternateUrls": [
|
|
692
|
+
"https://w3c.github.io/csswg-drafts/css-color-hdr/"
|
|
693
|
+
],
|
|
694
|
+
"repository": "https://github.com/w3c/csswg-drafts",
|
|
695
|
+
"sourcePath": "css-color-hdr/Overview.bs",
|
|
696
|
+
"filename": "index.html"
|
|
697
|
+
},
|
|
698
|
+
"title": "CSS Color HDR Module Level 1",
|
|
699
|
+
"source": "spec",
|
|
700
|
+
"shortTitle": "CSS Color HDR 1",
|
|
701
|
+
"categories": [
|
|
702
|
+
"browser"
|
|
703
|
+
],
|
|
704
|
+
"standing": "good"
|
|
705
|
+
},
|
|
670
706
|
{
|
|
671
707
|
"url": "https://drafts.csswg.org/css-display-4/",
|
|
672
708
|
"seriesComposition": "full",
|
|
@@ -10739,7 +10775,7 @@
|
|
|
10739
10775
|
],
|
|
10740
10776
|
"release": {
|
|
10741
10777
|
"url": "https://www.w3.org/TR/css-2023/",
|
|
10742
|
-
"status": "
|
|
10778
|
+
"status": "Note",
|
|
10743
10779
|
"filename": "Overview.html"
|
|
10744
10780
|
},
|
|
10745
10781
|
"nightly": {
|
|
@@ -16556,7 +16592,13 @@
|
|
|
16556
16592
|
"categories": [
|
|
16557
16593
|
"browser"
|
|
16558
16594
|
],
|
|
16559
|
-
"standing": "good"
|
|
16595
|
+
"standing": "good",
|
|
16596
|
+
"tests": {
|
|
16597
|
+
"repository": "https://github.com/web-platform-tests/wpt",
|
|
16598
|
+
"testPaths": [
|
|
16599
|
+
"html-aam"
|
|
16600
|
+
]
|
|
16601
|
+
}
|
|
16560
16602
|
},
|
|
16561
16603
|
{
|
|
16562
16604
|
"url": "https://www.w3.org/TR/html-aria/",
|
package/package.json
CHANGED