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 1e86c09512b752f1d3f1dbca45708a647636b032.
  • Loading branch information
reffy-bot committed Aug 9, 2021
1 parent b8024f9 commit 12f0cdb
Show file tree
Hide file tree
Showing 127 changed files with 11,235 additions and 7,599 deletions.
195 changes: 109 additions & 86 deletions tr/css/css-masking.json

Large diffs are not rendered by default.

18 changes: 8 additions & 10 deletions tr/css/css-scrollbars.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,29 @@
"properties": {
"scrollbar-color": {
"name": "scrollbar-color",
"value": "auto | dark | light | <color>{2}",
"value": "auto | <color>{2}",
"initial": "auto",
"appliesTo": "boxes to which overflow applies",
"appliesTo": "scroll containers",
"inherited": "yes",
"percentages": "n/a",
"media": "visual",
"computedValue": "two computed colors or the keyword auto",
"computedValue": "specified keyword or two computed colors",
"canonicalOrder": "per grammar",
"animationType": "color",
"animationType": "by computed value",
"styleDeclaration": [
"scrollbar-color",
"scrollbarColor"
]
},
"scrollbar-width": {
"name": "scrollbar-width",
"value": "auto | thin | none | <length>",
"value": "auto | thin | none",
"initial": "auto",
"appliesTo": "boxes to which overflow applies",
"appliesTo": "scroll containers",
"inherited": "no",
"percentages": "n/a",
"media": "visual",
"computedValue": "absolute length or the keyword auto.",
"computedValue": "specified keyword",
"canonicalOrder": "per grammar",
"animationType": "length",
"animationType": "by computed value",
"styleDeclaration": [
"scrollbar-width",
"scrollbarWidth"
Expand Down
44 changes: 44 additions & 0 deletions tr/dfns/IFT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"spec": {
"title": "Incremental Font Transfer",
"url": "https://w3c.github.io/IFT/Overview.html"
},
"dfns": [
{
"id": "conformant-user-agent",
"href": "https://w3c.github.io/IFT/Overview.html#conformant-user-agent",
"linkingText": [
"conformant user agent"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "conformance-classes",
"href": "https://w3c.github.io/IFT/Overview.html#conformance-classes",
"title": "Conformance Classes"
},
"definedIn": "prose"
},
{
"id": "conformant-server",
"href": "https://w3c.github.io/IFT/Overview.html#conformant-server",
"linkingText": [
"conformant server"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "conformance-classes",
"href": "https://w3c.github.io/IFT/Overview.html#conformance-classes",
"title": "Conformance Classes"
},
"definedIn": "prose"
}
]
}
61 changes: 42 additions & 19 deletions tr/dfns/cookie-store.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,48 @@
},
"definedIn": "prose"
},
{
"id": "cookie-maximum-name-value-pair-size",
"href": "https://wicg.github.io/cookie-store/#cookie-maximum-name-value-pair-size",
"linkingText": [
"maximum name/value pair size"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"cookie"
],
"access": "private",
"informative": false,
"heading": {
"id": "cookie-concept",
"href": "https://wicg.github.io/cookie-store/#cookie-concept",
"title": "Cookie",
"number": "2.1"
},
"definedIn": "prose"
},
{
"id": "cookie-maximum-attribute-value-size",
"href": "https://wicg.github.io/cookie-store/#cookie-maximum-attribute-value-size",
"linkingText": [
"maximum attribute value size"
],
"localLinkingText": [],
"type": "dfn",
"for": [
"cookie"
],
"access": "private",
"informative": false,
"heading": {
"id": "cookie-concept",
"href": "https://wicg.github.io/cookie-store/#cookie-concept",
"title": "Cookie",
"number": "2.1"
},
"definedIn": "prose"
},
{
"id": "cookie-store",
"href": "https://wicg.github.io/cookie-store/#cookie-store",
Expand Down Expand Up @@ -2008,25 +2050,6 @@
},
"definedIn": "prose"
},
{
"id": "encode",
"href": "https://wicg.github.io/cookie-store/#encode",
"linkingText": [
"encode"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "algorithms",
"href": "https://wicg.github.io/cookie-store/#algorithms",
"title": "Algorithms",
"number": "7"
},
"definedIn": "prose"
},
{
"id": "decode",
"href": "https://wicg.github.io/cookie-store/#decode",
Expand Down
Loading

0 comments on commit 12f0cdb

Please sign in to comment.