@@ -578,11 +578,11 @@ This section updates and replaces that part of CSS Object Model, section
578578 </div>
579579
580580 The precision with which alpha values are retained,
581- and thus the number of decimal places in the serialised value,
581+ and thus the number of decimal places in the serialized value,
582582 is not defined in this specification,
583583 but must at least be sufficient
584584 to round-trip integer percentage values.
585- Thus, the serialised value must contain
585+ Thus, the serialized value must contain
586586 at least two decimal places
587587 (unless trailing zeroes have been removed).
588588 Values must be rounded, not truncated.
@@ -592,14 +592,14 @@ This section updates and replaces that part of CSS Object Model, section
592592 may be serialized as the strings
593593 "0.12" or "0.123" or "0.1234" or "0.12346"
594594 (rounding up the value of 5 because the following digit is 6)
595- or any longer, rounded serialisation of the same form.
595+ or any longer, rounded serialization of the same form.
596596 </p>
597597 </div>
598598
599599
600- <h4 id="serialising -sRGB-values">Serialising sRGB values</h4>
600+ <h4 id="serializing -sRGB-values">serializing sRGB values</h4>
601601
602- The serialised form of the following sRGB values:
602+ The serialized form of the following sRGB values:
603603
604604 * [=hex colors=]
605605 * ''rgb()'' and ''rgba()'' values
@@ -651,7 +651,7 @@ This section updates and replaces that part of CSS Object Model, section
651651 will serialize with backwards-compatible integer values.
652652
653653 The precision with which sRGB component values are retained,
654- and thus the number of significant figures in the serialised value,
654+ and thus the number of significant figures in the serialized value,
655655 is not defined in this specification,
656656 but must at least be sufficient
657657 to round-trip eight bit values.
0 commit comments