-
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 11.3.1.
- Loading branch information
reffy-bot
committed
Jan 11, 2023
1 parent
ad1e68a
commit 235cbee
Showing
261 changed files
with
45,442 additions
and
7,229 deletions.
There are no files selected for viewing
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,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? ])" | ||
} | ||
] | ||
} |
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,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>" | ||
} | ||
] | ||
} |
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
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,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>" | ||
} | ||
] | ||
} |
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,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> | '*'" | ||
} | ||
] | ||
} |
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.