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 7.0.9.
  • Loading branch information
reffy-bot committed May 9, 2022
1 parent c7ea945 commit 9aa9345
Show file tree
Hide file tree
Showing 184 changed files with 13,010 additions and 21,801 deletions.
16 changes: 8 additions & 8 deletions tr/css/css-text-decor-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"name": "text-emphasis-style",
"value": "none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>",
"initial": "none",
"appliesTo": "all elements",
"appliesTo": "text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "the keyword none, a pair of keywords representing the shape and fill, or a string",
Expand All @@ -218,7 +218,7 @@
"name": "text-emphasis-color",
"value": "<color>",
"initial": "currentcolor",
"appliesTo": "all elements",
"appliesTo": "text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "computed color",
Expand Down Expand Up @@ -248,7 +248,7 @@
"name": "text-emphasis-position",
"value": "[ over | under ] && [ right | left ]?",
"initial": "over right",
"appliesTo": "all elements",
"appliesTo": "text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified keyword(s)",
Expand All @@ -263,7 +263,7 @@
"name": "text-emphasis-skip",
"value": "spaces || punctuation || symbols || narrow",
"initial": "spaces punctuation",
"appliesTo": "all elements",
"appliesTo": "text",
"inherited": "yes",
"percentages": "N/A",
"computedValue": "specified keyword(s)",
Expand All @@ -276,14 +276,14 @@
},
"text-shadow": {
"name": "text-shadow",
"value": "none | [ <color>? && <length>{2,4} ]#",
"value": "none | <shadow>#",
"initial": "none",
"appliesTo": "all elements",
"appliesTo": "text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "either the keyword none or a list, each item consisting of four absolute lengths plus a computed color",
"computedValue": "either the keyword none or a list, each item consisting of four absolute lengths plus a computed color and optionally also an inset keyword",
"canonicalOrder": "per grammar",
"animationType": "by computed value, treating none as a zero-item list and appending blank shadows (transparent 0 0 0 0) as needed to match the longer list if the the shorter list is otherwise compatible with the longer one",
"animationType": "as shadow list",
"styleDeclaration": [
"text-shadow",
"textShadow"
Expand Down
10 changes: 5 additions & 5 deletions tr/css/css-text-decor.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"name": "text-emphasis-style",
"value": "none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>",
"initial": "none",
"appliesTo": "all elements",
"appliesTo": "text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "the keyword none, a pair of keywords representing the shape and fill, or a string",
Expand All @@ -98,7 +98,7 @@
"name": "text-emphasis-color",
"value": "<color>",
"initial": "currentcolor",
"appliesTo": "all elements",
"appliesTo": "text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "computed color",
Expand Down Expand Up @@ -128,7 +128,7 @@
"name": "text-emphasis-position",
"value": "[ over | under ] && [ right | left ]?",
"initial": "over right",
"appliesTo": "all elements",
"appliesTo": "text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified keyword(s)",
Expand All @@ -143,12 +143,12 @@
"name": "text-shadow",
"value": "none | [ <color>? && <length>{2,3} ]#",
"initial": "none",
"appliesTo": "all elements",
"appliesTo": "text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "either the keyword none or a list, each item consisting of three absolute lengths plus a computed color",
"canonicalOrder": "per grammar",
"animationType": "by computed value, treating none as a zero-item list and appending blank shadows (transparent 0 0 0) as needed to match the longer list if the the shorter list is otherwise compatible with the longer one",
"animationType": "as shadow list",
"styleDeclaration": [
"text-shadow",
"textShadow"
Expand Down
2 changes: 1 addition & 1 deletion tr/css/css-text.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"appliesTo": "text",
"inherited": "yes",
"percentages": "n/a",
"computedValue": "specified keyword",
"computedValue": "specified keyword (except for the distribute legacy value)",
"canonicalOrder": "n/a",
"animationType": "discrete",
"styleDeclaration": [
Expand Down
4 changes: 2 additions & 2 deletions tr/css/css-will-change.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"appliesTo": "all elements",
"inherited": "no",
"percentages": "n/a",
"media": "all",
"computedValue": "specified value",
"animatable": "no",
"canonicalOrder": "per grammar",
"animationType": "not animatable",
"styleDeclaration": [
"will-change",
"willChange"
Expand Down
2 changes: 1 addition & 1 deletion tr/css/selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"value": "[ '~' | '|' | '^' | '$' | '*' ]? '='"
},
"<attr-modifier>": {
"value": "i"
"value": "i | s"
},
"<pseudo-class-selector>": {
"value": "':' <ident-token> | ':' <function-token> <any-value> ')'"
Expand Down
Loading

0 comments on commit 9aa9345

Please sign in to comment.