Skip to content

Commit 2954b05

Browse files
committed
[css-values] Fix w3c#179 by adding links to serialization of CSSOM.
1 parent 1fed9d8 commit 2954b05

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

css-values/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,8 @@ Fragment URLs</h5>
604604
This reference must always be treated as same-document
605605
(rather than cross-document).
606606

607-
When serializing a ''url()'' with the <a>local url flag</a> set,
607+
When <a href="https://www.w3.org/TR/cssom-1/#serializing-css-values">serializing</a>
608+
a ''url()'' with the <a>local url flag</a> set,
608609
it must serialize as just the fragment.
609610

610611
<details class=note>
@@ -811,7 +812,7 @@ Numbers with Units: <a>dimensions</a></h3>
811812
<h3 id="compat">
812813
Compatible Units</h3>
813814

814-
When serializing <a>computed values</a>,
815+
When <a href="https://www.w3.org/TR/cssom-1/#serializing-css-values">serializing</a> <a>computed values</a> [[!CSSOM]],
815816
<dfn export local-lt=compatible>compatible units</dfn>
816817
(those related by a static multiplicative factor,
817818
like the 96:1 factor between ''px'' and ''in'',
@@ -1739,6 +1740,8 @@ Serialization</h4>
17391740
which then drops the ''calc()'' wrapper.)
17401741
</div>
17411742

1743+
See [[!CSSOM]] for further information on serialization.
1744+
17421745
<!--
17431746
████████ ███████ ██████ ██████ ██ ████████ ███ ███
17441747
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██

0 commit comments

Comments
 (0)