Skip to content

Commit bf0c785

Browse files
committed
1 parent 4b74ab9 commit bf0c785

2 files changed

Lines changed: 22 additions & 11 deletions

File tree

css-break/Overview.html

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ <h2 class="no-num no-toc">Editor's Draft 13 January 2014</h2>
7878
<dt>Feedback:
7979

8080
<dd><a
81-
href="mailto:www-style@w3.org?subject=%5Bcss3-break%5D%20feedback">www-style@w3.org</a>
82-
with subject line “<kbd>[css3-break] <var>… message topic
81+
href="mailto:www-style@w3.org?subject=%5Bcss-break%5D%20feedback">www-style@w3.org</a>
82+
with subject line “<kbd>[css-break] <var>… message topic
8383
</var></kbd>” (<a
8484
href="http://lists.w3.org/Archives/Public/www-style/"
8585
rel=discussion>archives</a>)
@@ -330,9 +330,10 @@ <h3 id=values><span class=secno>1.2. </span> Values</h3>
330330
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. Value types not defined in
331331
this specification are defined in CSS Level 2 Revision 1 <a
332332
href="#ref-CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. Other CSS
333-
modules may expand the definitions of these value types: for example
334-
[[CSS-VALUES]], when combined with this module, adds the ‘<code
335-
class=css>initial</code>’ value to the properties defined here.
333+
modules may expand the definitions of these value types: for example <a
334+
href="#ref-CSS3VAL" rel=biblioentry>[CSS3VAL]<!--{{CSS3VAL}}--></a>, when
335+
combined with this module, adds the ‘<code class=css>initial</code>
336+
value to the properties defined here.
336337

337338
<p> In addition to the property-specific values listed in their
338339
definitions, all properties defined in this specification also accept the
@@ -1250,8 +1251,8 @@ <h3 id=varying-size-boxes><span class=secno>5.1. </span> Breaking into
12501251
third page, recording progress of 79.5/190 = 41.84%, with 58.16% left to
12511252
go.
12521253

1253-
<li>On the third page, the height resolves to 590px. The remaining 48.16%
1254-
of progress thus resolves to 246.9px, which fits on this page and
1254+
<li>On the third page, the height resolves to 590px. The remaining 58.16%
1255+
of progress thus resolves to 343.1px, which fits on this page and
12551256
completes the element.
12561257
</ul>
12571258
</div>
@@ -1854,6 +1855,16 @@ <h3 class=no-num id=other-references>Other references</h3>
18541855
href="http://www.w3.org/TR/2012/WD-css3-text-20121113/">http://www.w3.org/TR/2012/WD-css3-text-20121113/</a>
18551856
</dd>
18561857
<!---->
1858+
1859+
<dt id=ref-CSS3VAL>[CSS3VAL]
1860+
1861+
<dd>Håkon Wium Lie; Tab Atkins; Elika J. Etemad. <a
1862+
href="http://www.w3.org/TR/2013/CR-css3-values-20130730/"><cite>CSS
1863+
Values and Units Module Level 3.</cite></a> 30 July 2013. W3C Candidate
1864+
Recommendation. (Work in progress.) URL: <a
1865+
href="http://www.w3.org/TR/2013/CR-css3-values-20130730/">http://www.w3.org/TR/2013/CR-css3-values-20130730/</a>
1866+
</dd>
1867+
<!---->
18571868
</dl>
18581869
<!--end-informative-->
18591870

css-break/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
3434
<dd><a href="http://wiki.csswg.org/spec/[SHORTNAME]">http://wiki.csswg.org/spec/[SHORTNAME]</a></dd>
3535

3636
<dt>Feedback:</dt>
37-
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss3-break%5D%20feedback"
37+
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-break%5D%20feedback"
3838
>www-style@w3.org</a>
39-
with subject line &ldquo;<kbd>[css3-break]
39+
with subject line &ldquo;<kbd>[css-break]
4040
<var>&hellip; message topic &hellip;</var></kbd>&rdquo;
4141
(<a rel="discussion" href="http://lists.w3.org/Archives/Public/www-style/"
4242
>archives</a>)
@@ -109,7 +109,7 @@ <h3 id="values">
109109
This specification follows the <a href="http://www.w3.org/TR/CSS21/about.html#property-defs">
110110
CSS property definition conventions</a> from [[!CSS21]]. Value types not defined
111111
in this specification are defined in CSS Level 2 Revision 1 [[!CSS21]]. Other CSS
112-
modules may expand the definitions of these value types: for example [[CSS-VALUES]],
112+
modules may expand the definitions of these value types: for example [[CSS3VAL]],
113113
when combined with this module, adds the ''initial'' value
114114
to the properties defined here.</p>
115115
<p>
@@ -976,7 +976,7 @@ <h3 id="varying-size-boxes">
976976
to the third page, recording progress of 79.5/190 = 41.84%, with 58.16%
977977
left to go.
978978
<li>On the third page, the height resolves to 590px. The remaining
979-
48.16% of progress thus resolves to 246.9px, which fits on this page
979+
58.16% of progress thus resolves to 343.1px, which fits on this page
980980
and completes the element.
981981
</ul>
982982
</div>

0 commit comments

Comments
 (0)