Skip to content

Commit 46cb174

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.0.1.
1 parent e1c8acb commit 46cb174

18 files changed

Lines changed: 1859 additions & 555 deletions

tr/algorithms/css-pseudo-4.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
{
88
"name": "Element/pseudo(CSSOMString type)",
99
"href": "https://www.w3.org/TR/css-pseudo-4/#dom-element-pseudo",
10-
"html": "The <dfn class=\"dfn-paneled idl-code\" data-dfn-for=\"Element\" data-dfn-type=\"method\" data-export=\"\" data-lt=\"pseudo(type)\" id=\"dom-element-pseudo\" title=\"pseudo(type)\"><code class=\"highlight\"><c- nf=\"\">pseudo</c-><c- p=\"\">(</c->CSSOMString type<c- p=\"\">)</c-></code></dfn> method\n is used to retrieve the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/css-pseudo-4/#csspseudoelement\" id=\"ref-for-csspseudoelement⑦\">CSSPseudoElement</a></code> instance\n of the type matching <code class=\"idl\"><a class=\"idl-code\" data-link-type=\"argument\" href=\"https://www.w3.org/TR/css-pseudo-4/#dom-csspseudoelement-pseudo-type-type\" id=\"ref-for-dom-csspseudoelement-pseudo-type-type\">type</a></code> associated with the element.\n When it is called,\n execute the following steps:",
10+
"html": "The <dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"Element\" data-dfn-type=\"method\" data-export=\"\" data-lt=\"pseudo(type)\" id=\"dom-element-pseudo\" title=\"pseudo(type)\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code class=\"highlight\"><c- nf=\"\">pseudo</c-><c- p=\"\">(</c->CSSOMString type<c- p=\"\">)</c-></code></dfn> method\n is used to retrieve the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/css-pseudo-4/#csspseudoelement\" id=\"ref-for-csspseudoelement⑦\">CSSPseudoElement</a></code> instance\n of the type matching <code class=\"idl\"><a class=\"idl-code\" data-link-type=\"argument\" href=\"https://www.w3.org/TR/css-pseudo-4/#dom-element-pseudo-type-type\" id=\"ref-for-dom-element-pseudo-type-type\">type</a></code> associated with the element.\n When it is called,\n execute the following steps:",
1111
"rationale": ".algorithm",
1212
"steps": [
1313
{
14-
"html": "<p><a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-syntax-3/#css-parse-something-according-to-a-css-grammar\" id=\"ref-for-css-parse-something-according-to-a-css-grammar\">Parse</a> the <code class=\"idl\"><a class=\"idl-code\" data-link-type=\"argument\" href=\"https://www.w3.org/TR/css-pseudo-4/#dom-csspseudoelement-pseudo-type-type\" id=\"ref-for-dom-csspseudoelement-pseudo-type-type①\">type</a></code> argument as a <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/selectors-4/#typedef-pseudo-element-selector\" id=\"ref-for-typedef-pseudo-element-selector\">&lt;pseudo-element-selector&gt;</a>,\nand let <var>type</var> be the result.</p>"
14+
"html": "<p><a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/css-syntax-3/#css-parse-something-according-to-a-css-grammar\" id=\"ref-for-css-parse-something-according-to-a-css-grammar\">Parse</a> the <code class=\"idl\"><a class=\"idl-code\" data-link-type=\"argument\" href=\"https://www.w3.org/TR/css-pseudo-4/#dom-element-pseudo-type-type\" id=\"ref-for-dom-element-pseudo-type-type①\">type</a></code> argument as a <a class=\"production css\" data-link-type=\"type\" href=\"https://www.w3.org/TR/selectors-4/#typedef-pseudo-element-selector\" id=\"ref-for-typedef-pseudo-element-selector\">&lt;pseudo-element-selector&gt;</a>,\nand let <var>type</var> be the result.</p>"
1515
},
1616
{
1717
"html": "<p>If <var>type</var> is failure,\nreturn null.</p>"
1818
},
1919
{
20-
"html": "<p>Otherwise, return the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/css-pseudo-4/#csspseudoelement\" id=\"ref-for-csspseudoelement⑧\">CSSPseudoElement</a></code> object\nrepresenting the pseudo-element\nthat would match the selector <var>type</var> with <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this\">this</a> as its <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/selectors-4/#originating-element\" id=\"ref-for-originating-element②\">originating element</a>.</p>"
20+
"html": "<p>Otherwise, return the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/css-pseudo-4/#csspseudoelement\" id=\"ref-for-csspseudoelement⑧\">CSSPseudoElement</a></code> object\nrepresenting the pseudo-element\nthat would match the selector <var>type</var> with <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this\">this</a> as its <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/selectors-4/#originating-element\" id=\"ref-for-originating-element②\">originating element</a>.</p>"
2121
}
2222
]
2323
}

tr/algorithms/webdriver-bidi.json

Lines changed: 31 additions & 25 deletions
Large diffs are not rendered by default.

tr/css/css-pseudo.json

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"values": [
2020
{
2121
"name": "::prefix",
22-
"prose": "To allow independent styling of the first letter itself and its adjacent punctuation, associated preceding punctuation is represented by the ::prefix sub-pseudo-element of the ::first-letter pseudo-element (::first-letter::prefix); and associated following punctuation is represented by the ::postfix sub-pseudo-element of the ::first-letter pseudo-element (::first-letter::postfix). See § 2.2.1 First Letters and Associated Punctuation, below.",
22+
"prose": "To allow independent styling of the first letter itself and its adjacent punctuation, associated preceding punctuation is represented by the ::prefix sub-pseudo-element of the ::first-letter pseudo-element (::first-letter::prefix); and associated following punctuation is represented by the ::suffix sub-pseudo-element of the ::first-letter pseudo-element (::first-letter::suffix). See § 2.2.1 First Letters and Associated Punctuation, below.",
2323
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-first-letter-prefix",
2424
"type": "selector",
2525
"value": "::prefix"
2626
},
2727
{
28-
"name": "::postfix",
29-
"prose": "To allow independent styling of the first letter itself and its adjacent punctuation, associated preceding punctuation is represented by the ::prefix sub-pseudo-element of the ::first-letter pseudo-element (::first-letter::prefix); and associated following punctuation is represented by the ::postfix sub-pseudo-element of the ::first-letter pseudo-element (::first-letter::postfix). See § 2.2.1 First Letters and Associated Punctuation, below.",
30-
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-first-letter-postfix",
28+
"name": "::suffix",
29+
"prose": "To allow independent styling of the first letter itself and its adjacent punctuation, associated preceding punctuation is represented by the ::prefix sub-pseudo-element of the ::first-letter pseudo-element (::first-letter::prefix); and associated following punctuation is represented by the ::suffix sub-pseudo-element of the ::first-letter pseudo-element (::first-letter::suffix). See § 2.2.1 First Letters and Associated Punctuation, below.",
30+
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-first-letter-suffix",
3131
"type": "selector",
32-
"value": "::postfix"
32+
"value": "::suffix"
3333
}
3434
],
3535
"value": "::first-letter"
@@ -40,6 +40,12 @@
4040
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-selection",
4141
"value": "::selection"
4242
},
43+
{
44+
"name": "::search-text",
45+
"prose": "The ::search-text pseudo-element represents text identified by the user agent’s find-in-page feature. Since not all UAs style matched text in ways expressible with the highlight pseudo-elements, this pseudo-element is optional to implement. The :current pseudo-class (but not ::current()) may be combined with ::search-text to represent the currently focused match instance. The :past and :future pseudo-classes are reserved for analogous use in the future. Any unsupported combination of these pseudo-classes with ::search-text must be treated as invalid.",
46+
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-search-text",
47+
"value": "::search-text"
48+
},
4349
{
4450
"name": "::target-text",
4551
"prose": "The ::target-text pseudo-element represents text directly targeted by the document URL’s fragment, if any.",
@@ -58,6 +64,11 @@
5864
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-grammar-error",
5965
"value": "::grammar-error"
6066
},
67+
{
68+
"name": "::highlight()",
69+
"value": "::highlight(<custom-ident>)",
70+
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-highlight-custom-ident"
71+
},
6172
{
6273
"name": "::before",
6374
"prose": "Represents a styleable child pseudo-element immediately before the originating element’s actual content.",
@@ -78,7 +89,7 @@
7889
},
7990
{
8091
"name": "::placeholder",
81-
"prose": "The ::placeholder pseudo-element represents placeholder text in an input field: text that represents the input and provides a hint to the user on how to fill out the form. For example, a date-input field might have the placeholder text “YYYY/MM/DD” to clarify that numeric dates are to be entered in year-month-day order.",
92+
"prose": "The ::placeholder pseudo-element represents placeholder text in an input field: text that represents the input and provides a hint to the user on how to fill out the form. For example, a date-input field might have the placeholder text “YYYY/MM/DD” to clarify that numeric dates are to be entered in year-month-day order. It is a tree-abiding pseudo-element.",
8293
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-placeholder",
8394
"value": "::placeholder"
8495
},
@@ -87,6 +98,12 @@
8798
"prose": "The ::file-selector-button pseudo-element targets the <button> inside an <input> element with type=file, if the UA renders such a button.",
8899
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-file-selector-button",
89100
"value": "::file-selector-button"
101+
},
102+
{
103+
"name": "::details-content",
104+
"prose": "The ::details-content pseudo-element targets the additional information in a a details element that can be expanded or collapsed. It is an element-backed pseudo-element.",
105+
"href": "https://www.w3.org/TR/css-pseudo-4/#selectordef-details-content",
106+
"value": "::details-content"
90107
}
91108
],
92109
"values": []

0 commit comments

Comments
 (0)