Skip to content

Commit 719b269

Browse files
committed
[css-values] Ref the correct element name.
1 parent acf3ab1 commit 719b269

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-values/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Editor: fantasai, http://fantasai.inkedblade.net/contact
2222
Former Editor: Håkon Wium Lie, Opera Software, howcome@opera.com
2323
Abstract: This CSS3 module describes the common values and units that CSS properties accept and the syntax used for describing them in CSS property definitions.
2424
At Risk: ''toggle()'', ''attr()''
25-
Ignored Terms: <spacing-limit>, containing block, linear-gradient
25+
Ignored Terms: <spacing-limit>, containing block
2626
Ignored Vars: Cn+1, n
2727
</pre>
2828
<pre class='link-defaults'>
@@ -579,7 +579,7 @@ Fragment URLs</h4>
579579

580580
In some CSS-using languages like SVG,
581581
one often needs to refer to elements in the host document directly
582-
(such as to reference a <{linear-gradient}> element).
582+
(such as to reference a <{linearGradient}> element).
583583
To facilitate this and work around some common eccentriticites in browser URL handling,
584584
CSS has special behavior for fragment-only urls.
585585

0 commit comments

Comments
 (0)