Skip to content

Commit

Permalink
chore: fix broken xrefs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Jun 3, 2020
1 parent 3e62fc2 commit a58d2cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -76,7 +76,7 @@
"ios_saf",
],
},
xref: "web-platform"
xref: "web-platform",
};
</script>
<style>
Expand Down Expand Up @@ -1207,7 +1207,7 @@ <h3>
<div class="issue" data-number="446"></div>
</section>
</section>
<section data-cite="CSS-COLOR-4">
<section data-cite="CSS-COLOR-4 CSS-SYNTAX-3">
<h2>
Color parsing
</h2>
Expand All @@ -1217,9 +1217,9 @@ <h2>
<var>potential color</var> as an argument. This algorithm returns a
`USVString` or `undefined`.
</p>
<ol data-cite="CSS-PARSING-3">
<ol>
<li>Let |color| be the result of [=CSS/parsing=] |potential color| as a
CSS [=&lt;color&gt;=].
CSS color.
</li>
<li>If |color| is failure:
<ol>
Expand Down

0 comments on commit a58d2cc

Please sign in to comment.