Skip to content

Commit 866d252

Browse files
frivoaltabatkins
authored andcommitted
[css-layout-api] Fix incorrect extension of <<display-inside>> (w3c#558)
<<display-inside>> isn't a property, so you cannot use a propdef table to extend it (and incidentally, that made bikeshed generate some garbage). Explicitly extend the <<display-inside>> production instead. This commit does not change the intended meaning of the normative prose, merely defines it more correctly, and should therefore be considered editorial.
1 parent cebddd0 commit 866d252

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

css-layout-api/Overview.bs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,8 @@ computed style and <a>box tree</a> changes.
104104
Layout API Containers {#layout-api-containers}
105105
==============================================
106106

107-
<pre class="propdef">
108-
Name: <<display-inside>>
109-
New values: layout(<<ident>>)
110-
</pre>
107+
A new <a href="https://www.w3.org/TR/css-values-3/#comb-one">alternative</a> value is added
108+
to the <<display-inside>> production: <code>layout(<<ident>>)</code>.
111109

112110
<dl dfn-for="display" dfn-type=value>
113111
<dt><dfn>layout()</dfn>

0 commit comments

Comments
 (0)