Skip to content

Commit

Permalink
Update of TR report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 11.3.1.
  • Loading branch information
reffy-bot committed Jan 11, 2023
1 parent ad1e68a commit 235cbee
Show file tree
Hide file tree
Showing 261 changed files with 45,442 additions and 7,229 deletions.
47 changes: 47 additions & 0 deletions tr/css/css-color-6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"spec": {
"title": "CSS Color Module Level 6",
"url": "https://drafts.csswg.org/css-color-6/"
},
"properties": [],
"atrules": [],
"selectors": [],
"values": [
{
"name": "contrast-color()",
"prose": "The contrast-color() functional notation identifies a sufficiently contrasting color against a specified background or foreground color without requiring manual computation.",
"type": "function",
"value": "contrast-color( [ [ <color> && [ tbd-fg | tbd-bg ] && <target-contrast>? ] | [ <color> && [ tbd-fg | tbd-bg ] && <target-contrast>, <color># ] ] )",
"values": [
{
"name": "text",
"prose": "The tbd-fg and tbd-bg keywords indicate the role of the base color in calculating the contrast: as text against a list of candidate background colors (text) or as a background against a list of candidate text colors. (The effective contrast of a pair of colors depends on their usage.)",
"type": "value",
"value": "text"
},
{
"name": "wcag2",
"prose": "The wcag2 keyword and wcag2() functional notations indicate use of the [WCAG21] luminance contrast algorithm. Their syntax is:",
"type": "value",
"value": "wcag2"
},
{
"name": "wcag2()",
"prose": "The wcag2 keyword and wcag2() functional notations indicate use of the [WCAG21] luminance contrast algorithm. Their syntax is:",
"type": "function"
}
]
},
{
"name": "<target-contrast>",
"prose": "The <target-contrast> argument specifies the contrast algorithm(s) to use. If no color candidates have been provided, <target-contrast> may be omitted, in which case a UA-chosen algorithm is used.",
"type": "type",
"value": "<wcag2>"
},
{
"name": "<wcag2>",
"type": "type",
"value": "wcag | wcag2([<number> | [ aa | aaa ] && large? ])"
}
]
}
57 changes: 57 additions & 0 deletions tr/css/css-conditional-values.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"spec": {
"title": "CSS Conditional Values Module Level 1",
"url": "https://drafts.csswg.org/css-conditional-values-1/"
},
"properties": [],
"atrules": [],
"selectors": [],
"values": [
{
"name": "<boolean-constant>",
"type": "type",
"value": "'true' | 'false'"
},
{
"name": "<condition>",
"type": "type",
"value": "not <condition-in-parens> | <condition-in-parens> [ and <condition-in-parens> ]* | <condition-in-parens> [ or <condition-in-parens> ]*"
},
{
"name": "<condition-in-parens>",
"type": "type",
"value": "( <condition> ) | <atomic-condition>"
},
{
"name": "<atomic-condition>",
"type": "type",
"value": "<comparison-operand> <comparison-operator> <comparison-operand> | <boolean-constant>"
},
{
"name": "<comparison-operand>",
"type": "type",
"value": "<dimension> | <number> | <percentage> | <ident>"
},
{
"name": "<comparison-operator>",
"type": "type",
"value": "[ '=' | '>=' | '>' | '<' | '<=' ]"
},
{
"name": "if()",
"prose": "The if() function allows authors to set a property value (or parts thereof) to different values based on certain conditions.",
"type": "function",
"value": "if( <condition>, <consequent> [, <antecedent>]?) | if( <condition> then <consequent> [else <antecedent>]?) | if( <condition>, <consequent> [, <antecedent>]?)"
},
{
"name": "<consequent>",
"type": "type",
"value": "<declaration-value>"
},
{
"name": "<antecedent>",
"type": "type",
"value": "<declaration-value>"
}
]
}
54 changes: 49 additions & 5 deletions tr/css/css-display.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": {
"title": "CSS Display Module Level 3",
"url": "https://www.w3.org/TR/css-display-3/"
"title": "CSS Display Module Level 4",
"url": "https://drafts.csswg.org/css-display-4/"
},
"properties": [
{
Expand All @@ -28,9 +28,37 @@
},
{
"name": "order",
"value": "[ <'layout-order'> <'reading-order'>? ] | [ reading && <'reading-order'> ] | [ layout && <'layout-order'> ] | [ reading-and-layout && <integer> ]",
"initial": "see individual properties",
"appliesTo": "flex items and grid items",
"inherited": "no",
"percentages": "see individual properties",
"computedValue": "see individual properties",
"animationType": "see individual properties",
"canonicalOrder": "per grammar",
"values": [
{
"name": "reading-and-layout",
"prose": "The order property sets both layout-order and reading-order in a single declaration. Unless reading-and-layout is specified—in which case both <'reading-order'> and <'layout-order'> are set to the specified <integer> value—the omitted longhand is set to zero.",
"type": "value",
"value": "reading-and-layout"
},
{
"name": "<integer>",
"prose": "Specifically, the layout-order property controls the order in which flex items or grid items appear within their container by assigning them to the ordinal groups, as specified by its <integer> value.",
"type": "value",
"value": "<integer>"
}
],
"styleDeclaration": [
"order"
]
},
{
"name": "reading-order",
"value": "<integer>",
"initial": "0",
"appliesTo": "flex items and grid items",
"appliesTo": "all elements",
"inherited": "no",
"percentages": "n/a",
"computedValue": "specified integer",
Expand All @@ -39,13 +67,29 @@
"values": [
{
"name": "<integer>",
"prose": "Specifically, the order property controls the order in which flex items or grid items appear within their container, by assigning them to ordinal groups. It takes a single <integer> value, which specifies which ordinal group the item belongs to.",
"prose": "The reading-order property controls the order in which elements are rendered to speech or are navigated to when using (linear) sequention navigation methods. It takes a single <integer> value, which specifies which ordinal group the item belongs to. Sibling elements are ordered starting from the lowest numbered ordinal group and going up; elements with the same ordinal group are keep the order they appear in the source document.",
"type": "value",
"value": "<integer>"
}
],
"styleDeclaration": [
"order"
"reading-order",
"readingOrder"
]
},
{
"name": "layout-order",
"value": "<integer>",
"initial": "0",
"appliesTo": "flex items and grid items",
"inherited": "no",
"percentages": "n/a",
"computedValue": "specified integer",
"canonicalOrder": "per grammar",
"animationType": "by computed value type",
"styleDeclaration": [
"layout-order",
"layoutOrder"
]
},
{
Expand Down
26 changes: 26 additions & 0 deletions tr/css/html.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"spec": {
"title": "HTML Standard",
"url": "https://html.spec.whatwg.org/multipage/"
},
"properties": [],
"atrules": [],
"selectors": [],
"values": [
{
"name": "<source-size-list>",
"type": "type",
"value": "[ <source-size># , ]? <source-size-value>"
},
{
"name": "<source-size>",
"type": "type",
"value": "<media-condition> <source-size-value>"
},
{
"name": "<source-size-value>",
"type": "type",
"value": "<length>"
}
]
}
31 changes: 31 additions & 0 deletions tr/css/selectors-nonelement.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"spec": {
"title": "Non-element Selectors Module Level 1",
"url": "https://www.w3.org/TR/selectors-nonelement-1/"
},
"properties": [],
"atrules": [],
"selectors": [
{
"name": "::attr()",
"value": "::attr( <namespace-attr>? )"
}
],
"values": [
{
"name": "<namespace-attr>",
"type": "type",
"value": "[ <na-prefix>? '|' ]? <na-name>"
},
{
"name": "<na-prefix>",
"type": "type",
"value": "<ident> | '*'"
},
{
"name": "<na-name>",
"type": "type",
"value": "<ident> | '*'"
}
]
}
39 changes: 10 additions & 29 deletions tr/dfns/CSP3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2890,25 +2890,6 @@
},
"definedIn": "prose"
},
{
"id": "prefetch-src",
"href": "https://www.w3.org/TR/CSP3/#prefetch-src",
"linkingText": [
"prefetch-src"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "directive-prefetch-src",
"href": "https://www.w3.org/TR/CSP3/#directive-prefetch-src",
"title": "prefetch-src",
"number": "6.1.10"
},
"definedIn": "prose"
},
{
"id": "script-src",
"href": "https://www.w3.org/TR/CSP3/#script-src",
Expand All @@ -2924,7 +2905,7 @@
"id": "directive-script-src",
"href": "https://www.w3.org/TR/CSP3/#directive-script-src",
"title": "script-src",
"number": "6.1.11"
"number": "6.1.10"
},
"definedIn": "prose"
},
Expand All @@ -2943,7 +2924,7 @@
"id": "directive-script-src-elem",
"href": "https://www.w3.org/TR/CSP3/#directive-script-src-elem",
"title": "script-src-elem",
"number": "6.1.12"
"number": "6.1.11"
},
"definedIn": "prose"
},
Expand All @@ -2962,7 +2943,7 @@
"id": "directive-script-src-attr",
"href": "https://www.w3.org/TR/CSP3/#directive-script-src-attr",
"title": "script-src-attr",
"number": "6.1.13"
"number": "6.1.12"
},
"definedIn": "prose"
},
Expand All @@ -2981,7 +2962,7 @@
"id": "directive-style-src",
"href": "https://www.w3.org/TR/CSP3/#directive-style-src",
"title": "style-src",
"number": "6.1.14"
"number": "6.1.13"
},
"definedIn": "prose"
},
Expand All @@ -3000,7 +2981,7 @@
"id": "directive-style-src-elem",
"href": "https://www.w3.org/TR/CSP3/#directive-style-src-elem",
"title": "style-src-elem",
"number": "6.1.15"
"number": "6.1.14"
},
"definedIn": "prose"
},
Expand All @@ -3019,7 +3000,7 @@
"id": "directive-style-src-attr",
"href": "https://www.w3.org/TR/CSP3/#directive-style-src-attr",
"title": "style-src-attr",
"number": "6.1.16"
"number": "6.1.15"
},
"definedIn": "prose"
},
Expand Down Expand Up @@ -3285,7 +3266,7 @@
"id": "match-schemes",
"href": "https://www.w3.org/TR/CSP3/#match-schemes",
"title": "scheme-part matching",
"number": "6.7.2.7"
"number": "6.7.2.8"
},
"definedIn": "prose"
},
Expand All @@ -3304,7 +3285,7 @@
"id": "match-hosts",
"href": "https://www.w3.org/TR/CSP3/#match-hosts",
"title": "host-part matching",
"number": "6.7.2.8"
"number": "6.7.2.9"
},
"definedIn": "prose"
},
Expand All @@ -3323,7 +3304,7 @@
"id": "match-ports",
"href": "https://www.w3.org/TR/CSP3/#match-ports",
"title": "port-part matching",
"number": "6.7.2.9"
"number": "6.7.2.10"
},
"definedIn": "prose"
},
Expand All @@ -3342,7 +3323,7 @@
"id": "match-paths",
"href": "https://www.w3.org/TR/CSP3/#match-paths",
"title": "path-part matching",
"number": "6.7.2.10"
"number": "6.7.2.11"
},
"definedIn": "prose"
},
Expand Down
Loading

0 comments on commit 235cbee

Please sign in to comment.