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 f995bdcb8528f57243df656a67f2239468295dfc.
  • Loading branch information
reffy-bot committed Mar 22, 2021
1 parent 9cf77ce commit 4776e0a
Show file tree
Hide file tree
Showing 283 changed files with 33,011 additions and 12,158 deletions.
2 changes: 1 addition & 1 deletion tr/css/css-cascade.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"properties": {
"all": {
"name": "all",
"value": "initial | inherit | unset | revert",
"value": "initial | inherit | unset | revert | revert-layer",
"initial": "see individual properties",
"appliesTo": "see individual properties",
"inherited": "see individual properties",
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 @@ -187,7 +187,7 @@
"prose": "Specifies extra spacing in addition to the intrinsic inter-word spacing defined by the font."
},
"<percentage>": {
"prose": "Gives the amount of the indent as a percentage of the block container’s own logical width Percentages must be treated as 0 for the purpose of calculating intrinsic size contributions, but are always resolved normally when performing layout. Note: This can lead to the element overflowing. It is not recommended to use percentage indents and intrinsic sizing toghether."
"prose": "Gives the amount of the indent as a percentage of the block container’s own logical width Percentages must be treated as 0 for the purpose of calculating intrinsic size contributions, but are always resolved normally when performing layout. Note: This can lead to the element overflowing. It is not recommended to use percentage indents and intrinsic sizing together."
}
}
}
22 changes: 18 additions & 4 deletions tr/css/css-ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"resize": {
"name": "resize",
"value": "none | both | horizontal | vertical",
"value": "none | both | horizontal | vertical | block | inline",
"initial": "none",
"appliesTo": "elements with overflow other than visible, and optionally replaced elements such as images, videos, and iframes",
"inherited": "no",
Expand Down Expand Up @@ -162,16 +162,27 @@
"name": "user-select",
"value": "auto | text | none | contain | all",
"initial": "auto",
"appliesTo": "all elements, and optionally to the ::before and ::after pseudo elements",
"appliesTo": "all elements, and optionally to the ::before and ::after pseudo-elements",
"inherited": "no",
"percentages": "n/a",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "discrete"
},
"accent-color": {
"name": "accent-color",
"value": "auto | <color>",
"initial": "auto",
"appliesTo": "all elements",
"inherited": "yes",
"percentages": "N/A",
"computedValue": "the keyword auto or a computed color",
"canonicalOrder": "per grammar",
"animationType": "by computed value type"
},
"appearance": {
"name": "appearance",
"value": "none | auto | button | textfield | menulist-button | <compat-auto>",
"value": "none | auto | textfield | menulist-button | <compat-auto>",
"initial": "none",
"appliesTo": "all elements",
"inherited": "no",
Expand All @@ -180,14 +191,17 @@
"canonicalOrder": "per grammar",
"animationType": "discrete"
},
"-webkit-user-select": {
"name": "-webkit-user-select"
},
"-webkit-appearance": {
"name": "-webkit-appearance"
}
},
"descriptors": {},
"valuespaces": {
"<compat-auto>": {
"value": "searchfield | textarea | push-button | slider-horizontal | checkbox | radio | square-button | menulist | listbox | meter | progress-bar"
"value": "searchfield | textarea | push-button | slider-horizontal | checkbox | radio | square-button | menulist | listbox | meter | progress-bar | button"
},
"<id>": {
"prose": "The <id> value is an ID selector [SELECT]. In response to directional navigation input corresponding to the property, the focus is navigated to the first element in tree order matching the selector. If this refers to the currently focused element, the directional navigation input respective to the nav- property is ignored — there is no need to refocus the same element. If no element matches the selector, the user agent automatically determines which element to navigate the focus to. If the focus is navigated to an element that was not otherwise focusable, it becomes focusable only as the result of this directional navigation, and the :focus pseudo-class matches the element while it is focused as such. Note: there were other options under consideration for such \"not otherwise focusable\" elements, including focus to the next otherwise focusable element in the document tree (including descendants of such a not otherwise focusable element). Input on such other options is welcome and explicitly solicited, especially from implementation experiences and author experience using the directional navigation properties in their content."
Expand Down
Loading

0 comments on commit 4776e0a

Please sign in to comment.