Skip to content

Commit 182c4b9

Browse files
committed
Remove extraneous metadata lines.
1 parent 0341099 commit 182c4b9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

css-variables/Overview.bs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ Previous Version: http://www.w3.org/TR/2013/WD-css-variables-20130312/
1515
Previous Version: http://www.w3.org/TR/2012/WD-css-variables-20120410/
1616
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact
1717
Abstract: This module introduces cascading variables as a new primitive value type that is accepted by all CSS properties, and custom properties for defining them.
18-
Ignored Terms: getpropertyvalue()
19-
Link Defaults: css-color-3 (property) color, cssom-1 (interface) cssstyledeclaration
2018
</pre>
2119

2220
<h2 id="intro">
@@ -531,7 +529,7 @@ Using Cascading Variables: the ''var()'' notation</h2>
531529
instead.
532530

533531
If the property was one that's inherited by default,
534-
such as 'color',
532+
such as 'color!!property',
535533
it would compute to the inherited value
536534
rather than the initial value.
537535
</div>

0 commit comments

Comments
 (0)