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.0.2.
  • Loading branch information
reffy-bot committed Sep 15, 2023
1 parent f9d9cd8 commit aae35cf
Show file tree
Hide file tree
Showing 7 changed files with 1,352 additions and 587 deletions.
31 changes: 29 additions & 2 deletions tr/css/css-page.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
{
"name": "<page-size>",
"prose": "A page size can be specified using one of the following media names. This is the equivalent of specifying size using length values. The definition of the the media names comes from Media Standardized Names [PWGMSN].",
"prose": "A page size can be specified using one of the following media names. This is the equivalent of specifying size using length values. The definition of the media names comes from Media Standardized Names [PWGMSN].",
"type": "type",
"values": [
{
Expand Down Expand Up @@ -124,6 +124,33 @@
}
]
},
{
"name": "page-orientation",
"for": "@page",
"value": "upright | rotate-left | rotate-right",
"initial": "upright",
"computedValue": "as specified",
"values": [
{
"name": "upright",
"prose": "No special orientation is applied; the page is laid out and formatted as normal.",
"type": "value",
"value": "upright"
},
{
"name": "rotate-left",
"prose": "After the page has been laid out, if the output medium supports rotation, this value indicates that the page must be displayed rotated a quarter turn to the left (counter-clockwise) of how it was laid out.",
"type": "value",
"value": "rotate-left"
},
{
"name": "rotate-right",
"prose": "Same as rotate-left, except the page must be displayed rotated a quarter turn to the right (clockwise) of how it was laid out.",
"type": "value",
"value": "rotate-right"
}
]
},
{
"name": "marks",
"for": "@page",
Expand Down Expand Up @@ -173,7 +200,7 @@
]
}
],
"value": "@page <page-selector-list>? { <declaration-list> }",
"value": "@page <page-selector-list>? { <declaration-rule-list> }",
"values": [
{
"name": ":left",
Expand Down
Loading

0 comments on commit aae35cf

Please sign in to comment.