File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -547,8 +547,6 @@ Resolving <<color>> Values</h3>
547547 so descendants will use their own 'color' property to resolve it.
548548
549549
550- Issue(3845): When should channel-clamping occur?
551-
552550<h3 id='serializing-color-values'>
553551 Serializing <<color>> Values</h3>
554552
@@ -595,15 +593,15 @@ This section updates and replaces that part of CSS Object Model, section
595593
596594 <div class="example" id="ex-alpha-round">
597595 <p> For example, an alpha value of 12.3456789%
598- may be serialized as the strings
596+ could be serialized as the strings
599597 "0.12" or "0.123" or "0.1234" or "0.12346"
600598 (rounding up the value of 5 because the following digit is 6)
601599 or any longer, rounded serialization of the same form.
602600 </p>
603601 </div>
604602
605603
606- <h4 id="serializing-sRGB-values">serializing sRGB values</h4>
604+ <h4 id="serializing-sRGB-values">Serializing sRGB values</h4>
607605
608606 The serialized form of the following sRGB values:
609607
You can’t perform that action at this time.
0 commit comments