Skip to content

Commit f745eef

Browse files
committed
slight reword of the intro.
--HG-- extra : rebase_source : 3fea51a87c3afd81eae684843d25895671ca097b
1 parent 64308a4 commit f745eef

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

css-variables/Overview.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,14 @@ <h2 id=intro><span class=secno>1. </span> Introduction</h2>
216216
<p> This module introduces a family of custom user-defined properties known
217217
collectively as <a href="#variable-property"><i>variable
218218
properties</i></a>, which allow an author to assign arbitrary values to a
219-
property with an author-chosen name, and then use those values in other
220-
properties elsewhere in the document. This makes it easier to read large
221-
files, as seemingly-arbitrary values now have informative names, and makes
222-
editing such files much easier and less error-prone, as one only has to
223-
change the value once, at the variable definition site, and the change
224-
will propagate to all uses of that variable automatically.
219+
property with an author-chosen name, and <a
220+
href="#variable0"><i>variables</i></a>, which allow an author to then use
221+
those values in other properties elsewhere in the document. This makes it
222+
easier to read large files, as seemingly-arbitrary values now have
223+
informative names, and makes editing such files much easier and less
224+
error-prone, as one only has to change the value once, at the variable
225+
definition site, and the change will propagate to all uses of that
226+
variable automatically.
225227

226228
<h3 id=placement><span class=secno>1.1. </span> Module Interactions</h3>
227229

css-variables/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ <h2 id="intro">
8484
<p>
8585
This module introduces a family of custom user-defined properties known collectively as <i>variable properties</i>,
8686
which allow an author to assign arbitrary values to a property with an author-chosen name,
87-
and then use those values in other properties elsewhere in the document.
87+
and <i>variables</i>,
88+
which allow an author to then use those values in other properties elsewhere in the document.
8889
This makes it easier to read large files,
8990
as seemingly-arbitrary values now have informative names,
9091
and makes editing such files much easier and less error-prone,

0 commit comments

Comments
 (0)