Skip to content

Commit 1f1c932

Browse files
committed
'user-defined' => 'author-defined'
1 parent b3b9180 commit 1f1c932

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css-variables/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222

2323
<h1>CSS Variables Module Level 1</h1>
2424

25-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 June 2012</h2>
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 June 2012</h2>
2626

2727
<dl>
2828
<dt>This version:
29-
<!--<dd><a href="http://www.w3.org/TR/2012/WD-css-variables-20120614/">http://www.w3.org/TR/2012/ED-css-variables-20120614/</a>-->
29+
<!--<dd><a href="http://www.w3.org/TR/2012/WD-css-variables-20120615/">http://www.w3.org/TR/2012/ED-css-variables-20120615/</a>-->
3030

3131

3232
<dd><a href="http://dev.w3.org/csswg/css-variables/">Editor's draft</a>
33-
(version of 14 June 2012)
33+
(version of 15 June 2012)
3434

3535
<dt>Latest version:
3636

@@ -214,8 +214,8 @@ <h2 id=intro><span class=secno>1. </span> Introduction</h2>
214214
error-prone, since it's scattered throughout the CSS file (and possibly
215215
across multiple files), and may not be amenable to Find-and-Replace.
216216

217-
<p> This module introduces a family of custom user-defined properties known
218-
collectively as <a href="#variable-property"><i>variable
217+
<p> This module introduces a family of custom author-defined properties
218+
known collectively as <a href="#variable-property"><i>variable
219219
properties</i></a>, which allow an author to assign arbitrary values to a
220220
property with an author-chosen name, and <a
221221
href="#variable"><i>variables</i></a>, which allow an author to then use

css-variables/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2 id="intro">
8383
and may not be amenable to Find-and-Replace.
8484

8585
<p>
86-
This module introduces a family of custom user-defined properties known collectively as <i>variable properties</i>,
86+
This module introduces a family of custom author-defined properties known collectively as <i>variable properties</i>,
8787
which allow an author to assign arbitrary values to a property with an author-chosen name,
8888
and <i>variables</i>,
8989
which allow an author to then use those values in other properties elsewhere in the document.

0 commit comments

Comments
 (0)