-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update of TR report from new reffy run
Using reffy commit 17.1.1.
- Loading branch information
reffy-bot
committed
Jul 28, 2024
1 parent
b936cc6
commit 87f422d
Showing
77 changed files
with
15,486 additions
and
2,193 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"spec": { | ||
"title": "\"cenc\" Initialization Data Format", | ||
"url": "https://www.w3.org/TR/eme-initdata-cenc/" | ||
}, | ||
"algorithms": [ | ||
{ | ||
"html": "When such Initialization Data is provided by the application, an implementation (the user agent and/or CDM) <em class=\"rfc2119\">MUST</em>:", | ||
"rationale": "if", | ||
"steps": [ | ||
{ | ||
"html": "<p>Examine the series of 'pssh' boxes to find the <em>first</em> 'pssh' box that the CDM instance supports. This includes checking the SystemID, box version, and system-specific values.</p>" | ||
}, | ||
{ | ||
"html": "<p>If no such supported box is found, the provided data <em class=\"rfc2119\">SHALL</em> be considered \"not supported by the CDM.\"</p>" | ||
} | ||
] | ||
} | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
{ | ||
"spec": { | ||
"title": "CSS Scroll Snap Module Level 2", | ||
"url": "https://www.w3.org/TR/css-scroll-snap-2/" | ||
}, | ||
"properties": [ | ||
{ | ||
"name": "scroll-start-target", | ||
"href": "https://www.w3.org/TR/css-scroll-snap-2/#propdef-scroll-start-target", | ||
"value": "[ none | auto ]", | ||
"initial": "none", | ||
"appliesTo": "all elements", | ||
"inherited": "no", | ||
"percentages": "N/A", | ||
"computedValue": "see individual properties", | ||
"canonicalOrder": "per grammar", | ||
"animationType": "none", | ||
"values": [ | ||
{ | ||
"name": "none", | ||
"prose": "The element is not an initial scroll target.", | ||
"href": "https://www.w3.org/TR/css-scroll-snap-2/#valdef-scroll-start-target-none", | ||
"type": "value", | ||
"value": "none" | ||
}, | ||
{ | ||
"name": "auto", | ||
"prose": "The element is potentially an initial scroll target for its nearest scroll container ancestor.", | ||
"href": "https://www.w3.org/TR/css-scroll-snap-2/#valdef-scroll-start-target-auto", | ||
"type": "value", | ||
"value": "auto" | ||
} | ||
], | ||
"styleDeclaration": [ | ||
"scroll-start-target", | ||
"scrollStartTarget" | ||
] | ||
} | ||
], | ||
"atrules": [], | ||
"selectors": [ | ||
{ | ||
"name": ":snapped", | ||
"prose": "The :snapped pseudo-class matches any scroll snap targets, regardless of axis. The longform physical and logical pseudo-class selectors allow for more finite snapped children styling as they can target an individual axis.", | ||
"href": "https://www.w3.org/TR/css-scroll-snap-2/#selectordef-snapped" | ||
}, | ||
{ | ||
"name": ":snapped-x", | ||
"prose": "Matches the child snapped on the horizontal axis.", | ||
"href": "https://www.w3.org/TR/css-scroll-snap-2/#selectordef-snapped-x" | ||
}, | ||
{ | ||
"name": ":snapped-y", | ||
"prose": "Matches the child snapped on the vertical axis.", | ||
"href": "https://www.w3.org/TR/css-scroll-snap-2/#selectordef-snapped-y" | ||
}, | ||
{ | ||
"name": ":snapped-inline", | ||
"prose": "Matches the child snapped on the inline axis.", | ||
"href": "https://www.w3.org/TR/css-scroll-snap-2/#selectordef-snapped-inline" | ||
}, | ||
{ | ||
"name": ":snapped-block", | ||
"prose": "Matches the child snapped on the block axis.", | ||
"href": "https://www.w3.org/TR/css-scroll-snap-2/#selectordef-snapped-block" | ||
} | ||
], | ||
"values": [], | ||
"warnings": [ | ||
{ | ||
"msg": "Dangling value", | ||
"name": "none", | ||
"prose": "The element is not an initial scroll target.", | ||
"href": "https://www.w3.org/TR/css-scroll-snap-2/#valdef-scroll-start-target-none", | ||
"type": "value", | ||
"value": "none", | ||
"for": "scroll-start-target-block" | ||
}, | ||
{ | ||
"msg": "Dangling value", | ||
"name": "none", | ||
"prose": "The element is not an initial scroll target.", | ||
"href": "https://www.w3.org/TR/css-scroll-snap-2/#valdef-scroll-start-target-none", | ||
"type": "value", | ||
"value": "none", | ||
"for": "scroll-start-target-inline" | ||
}, | ||
{ | ||
"msg": "Dangling value", | ||
"name": "none", | ||
"prose": "The element is not an initial scroll target.", | ||
"href": "https://www.w3.org/TR/css-scroll-snap-2/#valdef-scroll-start-target-none", | ||
"type": "value", | ||
"value": "none", | ||
"for": "scroll-start-target-x" | ||
}, | ||
{ | ||
"msg": "Dangling value", | ||
"name": "none", | ||
"prose": "The element is not an initial scroll target.", | ||
"href": "https://www.w3.org/TR/css-scroll-snap-2/#valdef-scroll-start-target-none", | ||
"type": "value", | ||
"value": "none", | ||
"for": "scroll-start-target-y" | ||
}, | ||
{ | ||
"msg": "Dangling value", | ||
"name": "auto", | ||
"prose": "The element is potentially an initial scroll target for its nearest scroll container ancestor.", | ||
"href": "https://www.w3.org/TR/css-scroll-snap-2/#valdef-scroll-start-target-auto", | ||
"type": "value", | ||
"value": "auto", | ||
"for": "scroll-start-target-block" | ||
}, | ||
{ | ||
"msg": "Dangling value", | ||
"name": "auto", | ||
"prose": "The element is potentially an initial scroll target for its nearest scroll container ancestor.", | ||
"href": "https://www.w3.org/TR/css-scroll-snap-2/#valdef-scroll-start-target-auto", | ||
"type": "value", | ||
"value": "auto", | ||
"for": "scroll-start-target-inline" | ||
}, | ||
{ | ||
"msg": "Dangling value", | ||
"name": "auto", | ||
"prose": "The element is potentially an initial scroll target for its nearest scroll container ancestor.", | ||
"href": "https://www.w3.org/TR/css-scroll-snap-2/#valdef-scroll-start-target-auto", | ||
"type": "value", | ||
"value": "auto", | ||
"for": "scroll-start-target-x" | ||
}, | ||
{ | ||
"msg": "Dangling value", | ||
"name": "auto", | ||
"prose": "The element is potentially an initial scroll target for its nearest scroll container ancestor.", | ||
"href": "https://www.w3.org/TR/css-scroll-snap-2/#valdef-scroll-start-target-auto", | ||
"type": "value", | ||
"value": "auto", | ||
"for": "scroll-start-target-y" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.