Skip to content

Commit 35ca36d

Browse files
committed
[css-rhythm-1][editorial] Added WPTs
1 parent afcfbe1 commit 35ca36d

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

css-rhythm-1/Overview.bs

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ ED: https://drafts.csswg.org/css-rhythm/
1818
TR: https://www.w3.org/TR/css-rhythm-1/
1919
Abstract: This module contains CSS features for aligning content size
2020
to multiple of unit size.
21+
WPT Path Prefix: css/css-rhythm/
22+
WPT Display: open
2123
</pre>
2224
<pre class=link-defaults>
2325
spec:css2; type:property; text:max-height
@@ -184,6 +186,33 @@ Specifying the Step Size: the 'block-step-size' property {#block-step-size}
184186
Animation type: by computed value type
185187
</pre>
186188

189+
<wpt>
190+
block-step-size-establishes-block-formatting-context-list-item.html
191+
block-step-size-establishes-block-formatting-context.html
192+
block-step-size-establishes-independent-formatting-context-list-item.html
193+
block-step-size-establishes-independent-formatting-context.html
194+
block-step-size-none-does-not-establish-block-formatting-context.html
195+
block-step-size-none-does-not-establish-indepdendent-formatting-context.html
196+
computedstyle/block-level-replaced-elements-affected-by-block-step-size.html
197+
computedstyle/inline-level-replaced-elements-not-affected-by-block-step-size.html
198+
content-based-height-rounds-up-to-step-unit.html
199+
definite-height-rounds-up-to-next-multiple-of-step-unit.html
200+
definite-height-rounds-up-to-step-unit.html
201+
definite-height-same-as-step-unit.html
202+
parsing/block-step-size-computed.html
203+
parsing/block-step-size-invalid.html
204+
parsing/block-step-size-valid.html
205+
replaced-elements/block-level-canvas-margins-affected-by-block-step-size.html
206+
replaced-elements/block-level-canvas-margins-affected-by-block-step-size.html
207+
replaced-elements/block-level-embed-margins-affected-by-block-step-size.html
208+
replaced-elements/block-level-iframe-margins-affected-by-block-step-size.html
209+
replaced-elements/block-level-img-margins-affected-by-block-step-size.html
210+
replaced-elements/block-level-object-margins-affected-by-block-step-size.html
211+
replaced-elements/block-level-svg-margins-affected-by-block-step-size.html
212+
replaced-elements/block-level-video-margins-affected-by-block-step-size.html
213+
zero-outer-size-rounded-up-to-block-step-size.html
214+
</wpt>
215+
187216
This property defines the <a>step unit</a> for a block-level box’s <a>block size</a>.
188217
When the <a>step unit</a> is set to a positive <<length>>,
189218
the box’s outer height is rounded
@@ -226,6 +255,12 @@ Specifying the Spacing Type: the 'block-step-insert' property {#block-step-inser
226255
Animation type: discrete
227256
</pre>
228257

258+
<wpt>
259+
parsing/block-step-insert-computed.html
260+
parsing/block-step-insert-invalid.html
261+
parsing/block-step-insert-valid.html
262+
</wpt>
263+
229264
This property specifies whether extra spacing
230265
derived from applying 'block-step-size'
231266
is inserted as extra space inside (like 'padding')
@@ -268,6 +303,12 @@ Specifying Alignment: the 'block-step-align' property {#block-step-align}
268303
Animation type: discrete
269304
</pre>
270305

306+
<wpt>
307+
parsing/block-step-align-computed.html
308+
parsing/block-step-align-invalid.html
309+
parsing/block-step-align-valid.html
310+
</wpt>
311+
271312
This property specifies whether extra spacing
272313
derived from applying 'block-step-size'
273314
is inserted before, inserted after, or split between both sides of the box.
@@ -322,6 +363,12 @@ Rounding Method: the 'block-step-round' property {#block-step-round}
322363
Animation type: discrete
323364
</pre>
324365

366+
<wpt>
367+
parsing/block-step-round-computed.html
368+
parsing/block-step-round-invalid.html
369+
parsing/block-step-round-valid.html
370+
</wpt>
371+
325372
This property specifies whether adjustments due to 'block-step-size'
326373
insert positive or negative space.
327374

@@ -361,6 +408,12 @@ Block Step Adjustment Shorthand: the 'block-step' shorthand {#block-step}
361408
Percentages: N/A
362409
</pre>
363410

411+
<wpt>
412+
parsing/block-step-computed.html
413+
parsing/block-step-invalid.html
414+
parsing/block-step-valid.html
415+
</wpt>
416+
364417
This <a>shorthand property</a> allows for setting
365418
'block-step-size',
366419
'block-step-insert',
@@ -559,4 +612,5 @@ Changes {#changes}
559612
(<a href="https://github.com/w3c/csswg-drafts/issues/1151">Issue 1151</a>)
560613
* Defined 'block-step' interaction with fragmentation.
561614
* Aligned property metadata with latest practices.
615+
* Added Web Platform Tests coverage.
562616
* Editorial improvements and bugfixes.

0 commit comments

Comments
 (0)