Skip to content

Commit 800552e

Browse files
SebastianZsvgeesus
authored andcommitted
[css-content-3][editorial] Added WPTs
1 parent 2f59a3a commit 800552e

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

css-content-3/Overview.bs

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Abstract: This CSS3 Module describes how to insert content in a document.
1818
Link Defaults: css2 (type) <uri>, css-display-3 (value) inline
1919
Status Text: This is a very rough draft, and is not ready for implementation.
2020
Default Highlight: css
21+
WPT Path Prefix: css/css-content/
22+
WPT Display: open
2123
</pre>
2224

2325

@@ -81,6 +83,10 @@ Introduction</h2>
8183
</pre>
8284
</div>
8385

86+
<wpt title="General tests for generated content">
87+
inheritance.html
88+
</wpt>
89+
8490
<h3 id="values">
8591
Value Definitions</h3>
8692

@@ -108,6 +114,27 @@ Inserting and Replacing Content: the 'content' property</h2>
108114
Animation type: discrete
109115
</pre>
110116

117+
<wpt>
118+
attr-case-sensitivity-001.html
119+
attr-case-sensitivity-002.html
120+
attr-case-sensitivity-003.html
121+
computed-value.html
122+
content-animation.html
123+
content-no-interpolation.html
124+
content-none-select-1.html
125+
element-replacement-alt.html
126+
element-replacement-display-contents.html
127+
element-replacement-display-none.html
128+
element-replacement-dynamic.html
129+
element-replacement-gradient.html
130+
element-replacement-image-alt.html
131+
element-replacement.html
132+
parsing/content-computed.html
133+
parsing/content-counter-valid.html
134+
parsing/content-invalid.html
135+
parsing/content-valid.html
136+
</wpt>
137+
111138
<p class=all-media>User agents are expected to support this property on all media, including non-visual ones.</p>
112139

113140
The 'content' property dictates what is rendered inside an element or pseudo-element.
@@ -202,6 +229,10 @@ Inserting and Replacing Content: the 'content' property</h2>
202229
Note: If the value of <<content-list>> is a single <<image>>,
203230
it must instead be interpreted as a <<content-replacement>>.
204231

232+
<wpt>
233+
pseudo-element-inline-box.html
234+
</wpt>
235+
205236
<dt><dfn>/ [ <<string>> | <<counter>> | <<attr()>> ]+</dfn>
206237
<dd>
207238
Specifies the "alt text" for the element.
@@ -426,6 +457,50 @@ Quotation Mark System: the 'quotes' property</h4>
426457
Animation type: discrete
427458
</pre>
428459

460+
<wpt>
461+
quotes-001.html
462+
quotes-002.html
463+
quotes-003.html
464+
quotes-004.html
465+
quotes-005.html
466+
quotes-006.html
467+
quotes-007.html
468+
quotes-008.html
469+
quotes-009.html
470+
quotes-010.html
471+
quotes-011.html
472+
quotes-012.html
473+
quotes-013.html
474+
quotes-014.html
475+
quotes-015.html
476+
quotes-016.html
477+
quotes-017.html
478+
quotes-018.html
479+
quotes-019.html
480+
quotes-020.html
481+
quotes-021.html
482+
quotes-022.html
483+
quotes-023.html
484+
quotes-024.html
485+
quotes-025.html
486+
quotes-026.html
487+
quotes-027.html
488+
quotes-028.html
489+
quotes-029.html
490+
quotes-030.html
491+
quotes-031.html
492+
quotes-032.html
493+
quotes-033.html
494+
quotes-034.html
495+
quotes-first-letter-001.html
496+
quotes-first-letter-002.html
497+
quotes-first-letter-003.html
498+
quotes-first-letter-004.html
499+
quotes-first-letter-005.html
500+
quotes-first-line.html
501+
quotes-lang-dynamic-001.html
502+
</wpt>
503+
429504
<p class=all-media>User agents are expected to support this property on all media, including non-visual ones.</p>
430505

431506
This property specifies the <dfn>quotation mark system</dfn> for the element,
@@ -485,6 +560,10 @@ Inserting Quotation Marks: the ''*-quote'' keywords</h4>
485560
<dfn><<quote>></dfn> = open-quote | close-quote | no-open-quote | no-close-quote
486561
</pre>
487562

563+
<wpt>
564+
quotes-slot-scoping.html
565+
</wpt>
566+
488567
<dl dfn-for="content, <content-list>, <quote>" dfn-type=value>
489568
<dt><dfn>open-quote</dfn>
490569
<dt><dfn>close-quote</dfn>
@@ -1390,6 +1469,7 @@ Initial Bookmark Toggle State: the 'bookmark-state' property</h3>
13901469
<li>Fixed an off-by-one error for the [=quote depth=] of closing quotes.
13911470
(<a href="https://github.com/w3c/csswg-drafts/issues/2506">Issue 2506</a>)
13921471
<li>Inlined the definition of ''attr()'', since it has been dropped from [[CSS-VALUES-4]].
1472+
<li>Added Web Platform Tests coverage.
13931473
<li>Miscellaneous editorial spec clean up.
13941474
</ul>
13951475

0 commit comments

Comments
 (0)