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 14.5.2.
  • Loading branch information
reffy-bot committed Jan 26, 2024
1 parent 5a426df commit b7a7991
Show file tree
Hide file tree
Showing 23 changed files with 789 additions and 678 deletions.
119 changes: 25 additions & 94 deletions tr/css/css-gcpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,36 @@
"properties": [
{
"name": "string-set",
"value": "[[ <custom-ident> <content-list>] [, <custom-ident> <content-list>]* ] | none",
"value": "[ <custom-ident> <content-list> ]# | none",
"initial": "none",
"appliesTo": "all elements, but not pseudo-elements",
"inherited": "no",
"media": "all",
"computedValue": "specified value",
"percentages": "N/A",
"computedValue": "specified value",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"styleDeclaration": [
"string-set",
"stringSet"
]
},
{
"name": "position",
"newValues": "running()",
"media": "paged",
"newValues": "<running()>",
"styleDeclaration": [
"position"
]
},
{
"name": "content",
"newValues": "element() | leader()",
"media": "paged",
"newValues": "<element()>",
"styleDeclaration": [
"content"
]
},
{
"name": "float",
"newValues": "footnote",
"media": "paged",
"values": [
{
"name": "footnote",
Expand All @@ -56,9 +54,10 @@
"initial": "block",
"appliesTo": "elements",
"inherited": "no",
"media": "paged",
"computedValue": "specified value",
"percentages": "N/A",
"computedValue": "specified value",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"values": [
{
"name": "block",
Expand Down Expand Up @@ -90,9 +89,10 @@
"initial": "auto",
"appliesTo": "elements",
"inherited": "no",
"media": "paged",
"computedValue": "specified value",
"percentages": "N/A",
"computedValue": "specified value",
"canonicalOrder": "per grammar",
"animationType": "discrete",
"values": [
{
"name": "auto",
Expand All @@ -117,104 +117,35 @@
"footnote-policy",
"footnotePolicy"
]
},
{
"name": "bookmark-level",
"value": "none | <integer>",
"initial": "none",
"appliesTo": "all elements",
"inherited": "no",
"media": "paged",
"computedValue": "specified value",
"percentages": "N/A",
"styleDeclaration": [
"bookmark-level",
"bookmarkLevel"
]
},
{
"name": "bookmark-label",
"value": "<content-list> | none",
"initial": "none",
"appliesTo": "all elements",
"inherited": "no",
"media": "paged",
"computedValue": "specified value",
"percentages": "N/A",
"styleDeclaration": [
"bookmark-label",
"bookmarkLabel"
]
},
{
"name": "bookmark-state",
"value": "open | closed",
"initial": "open",
"appliesTo": "block-level elements",
"inherited": "no",
"media": "paged",
"computedValue": "specified value",
"percentages": "N/A",
"styleDeclaration": [
"bookmark-state",
"bookmarkState"
]
}
],
"atrules": [],
"selectors": [],
"selectors": [
{
"name": ":nth()",
"value": ":nth( <an+b> [of <custom-ident>]? )"
}
],
"values": [
{
"name": "content()",
"type": "function",
"value": "content([text | before | after | first-letter ])"
"name": "<content-list>",
"type": "type",
"value": "[ <string> | <counter()> | <counters()> | <content()> | <attr()> ]+"
},
{
"name": "string()",
"name": "content()",
"type": "function",
"value": "string( <custom-ident> [ , [ first | start | last | first-except] ]? )"
"value": "content([text | before | after | first-letter ])"
},
{
"name": "running()",
"type": "function",
"value": "string( <custom-ident> )"
"value": "running( <custom-ident> )"
},
{
"name": "element()",
"type": "function",
"value": "string( <custom-ident> [ , [ first | start | last | first-except] ]? )"
},
{
"name": "nth()",
"type": "function",
"value": "( An+B [of <custom-ident>]?)"
},
{
"name": "leader()",
"type": "function",
"value": "leader( [dotted | solid | space] | <string>);"
},
{
"name": "target-counter()",
"type": "function",
"value": "target-counter( <url> , <custom-ident> [ , <counter-style> ]? )"
},
{
"name": "target-counters()",
"type": "function",
"value": "target-counter( <url> , <custom-ident> , <string> [ , <counter-style> ]? )"
},
{
"name": "target-text()",
"type": "function",
"value": "target-counter( <url> [ , [ content | before | after | first-letter] ]? )"
}
],
"warnings": [
{
"msg": "Missing definition",
"name": "content-list",
"value": "[ <string> | <counter()> | <counters()> | <content()> | attr(<identifier>) ]+"
"value": "element( <custom-ident> , [ first | start | last | first-except ]? )"
}
]
}
Loading

0 comments on commit b7a7991

Please sign in to comment.