8000 define <shape> · w3c/csswg-drafts@d3b44b8 · GitHub
Skip to content

Commit d3b44b8

Browse files
committed
define <shape>
1 parent 12447a2 commit d3b44b8

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

cssom/Overview.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3511,7 +3511,7 @@ <h4 id=serializing-css-values><span class=secno>6.6.2. </span>Serializing
35113511

35123512
<ol>
35133513
<li>
3514-
<p>The string "<code>counters(</code>", followed by the first
3514+
<p>The string "<code title="">counters(</code>", followed by the first
35153515
&lt;identifier> component, serialized, followed by "<code>,</code>"
35163516
(U+002C), followed by a space (U+0020), followed by the &lt;string>
35173517
component, serialized.
@@ -3529,7 +3529,7 @@ <h4 id=serializing-css-values><span class=secno>6.6.2. </span>Serializing
35293529

35303530
<ol>
35313531
<li>
3532-
<p>The string "<code>counter(</code>", followed by the first
3532+
<p>The string "<code title="">counter(</code>", followed by the first
35333533
&lt;identifier> component, serialized.
35343534

35353535
<li>
@@ -3596,7 +3596,10 @@ <h4 id=serializing-css-values><span class=secno>6.6.2. </span>Serializing
35963596
<dt>&lt;shape>
35973597

35983598
<dd>
3599-
<p class=XXX>...
3599+
<p>The string "<code title="">rect(</code>". Then for each CSS value
3600+
component the component in serialized form, followed by "<code>,</code>"
3601+
(U+002C) and a space (U+0020) unless the component is the last in which
3602+
case follow it by "<code>)</code>" (U+0029).
36003603

36013604
<dt>&lt;string>
36023605

cssom/Overview.src.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,7 +2203,7 @@ <h4>Serializing CSS Values</h4>
22032203
<p>In case of nested counters with the same name the concatenation of
22042204
these strings:</p>
22052205
<ol>
2206-
<li><p>The string "<code>counters(</code>", followed by the
2206+
<li><p>The string "<code title="">counters(</code>", followed by the
22072207
first &lt;identifier> component, serialized, followed by
22082208
"<code>,</code>" (U+002C), followed by a space (U+0020), followed by
22092209
the &lt;string> component, serialized.</p></li>
@@ -2215,7 +2215,7 @@ <h4>Serializing CSS Values</h4>
22152215

22162216
<p>Otherwise, the concatenation of these strings:</p>
22172217
<ol>
2218-
<li><p>The string "<code>counter(</code>", followed by the
2218+
<li><p>The string "<code title="">counter(</code>", followed by the
22192219
first &lt;identifier> component, serialized.</p></li>
22202220
<li><p>If there is a second <&lt;identifier> component:
22212221
"<code>,</code>" (U+002C), followed by a space (U+0020), followed by
@@ -2266,7 +2266,10 @@ <h4>Serializing CSS Values</h4>
22662266
&lt;number> followed by the literal string "<code>dpcm</code>".</dd>
22672267

22682268
<dt>&lt;shape></dt>
2269-
<dd><p class="XXX">...</p></dd>
2269+
<dd><p>The string "<code title="">rect(</code>". Then for each
2270+
CSS value component the component in serialized form, followed by
2271+
"<code>,</code>" (U+002C) and a space (U+0020) unless the component is
2272+
the last in which case follow it by "<code>)</code>" (U+0029).</p></dd>
22702273

22712274
<dt>&lt;string></dt>
22722275
<dt>&lt;family-name></dt>

0 commit comments

Comments
 (0)