Skip to content

Commit 228732a

Browse files
committed
[css-break] Fix links
1 parent 654ac26 commit 228732a

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

css-break/Overview.html

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,10 +1017,10 @@ <h4 class="heading settled" id="conform-partial"><span class="content"> Partial
10171017
CSS requires that the entire declaration be ignored. </p>
10181018
<h4 class="heading settled" id="conform-future-proofing"><span class="content"> Implementations of Unstable and Proprietary Features</span><a class="self-link" href="#conform-future-proofing"></a></h4>
10191019
<p>To avoid clashes with future stable CSS features,
1020-
the CSSWG recommends <a href="http://www.w3.org/TR/CSS/#future-profing">following best practices</a> for the implementation of <a href="http://www.w3.org/TR/CSS/#unstable">unstable</a> features and <a href="http://www.w3.org/TR/CSS/#proprietary-extension">proprietary extensions</a> to CSS. </p>
1020+
the CSSWG recommends <a href="http://www.w3.org/TR/CSS/#future-proofing">following best practices</a> for the implementation of <a href="http://www.w3.org/TR/CSS/#unstable">unstable</a> features and <a href="http://www.w3.org/TR/CSS/#proprietary-extension">proprietary extensions</a> to CSS. </p>
10211021
<h4 class="heading settled" id="conform-testing"><span class="content"> Implementations of CR-level Features</span><a class="self-link" href="#conform-testing"></a></h4>
10221022
<p>Once a specification reaches the Candidate Recommendation stage,
1023-
implementers should release an <a data-link-type="dfn" href="#vendor-prefix">unprefixed</a> implementation
1023+
implementers should release an <a data-link-type="dfn" href="http://www.w3.org/TR/CSS/#vendor-prefix">unprefixed</a> implementation
10241024
of any CR-level feature they can demonstrate
10251025
to be correctly implemented according to spec,
10261026
and should avoid exposing a prefixed variant of that feature. </p>
@@ -1176,13 +1176,6 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con
11761176
<ul>
11771177
<li><a href="http://www.w3.org/TR/css-masking-1/#mask-positioning-area">mask positioning area</a>
11781178
</ul>
1179-
<li>
1180-
<a data-link-type="biblio" href="#biblio-css-overflow-3">[css-overflow-3]</a> defines the following terms:
1181-
<ul>
1182-
<li><a href="http://www.w3.org/TR/css-overflow-3/#valdef-overflow-auto">auto</a>
1183-
<li><a href="http://www.w3.org/TR/css-overflow-3/#overflow">overflow</a>
1184-
<li><a href="http://www.w3.org/TR/css-overflow-3/#valdef-overflow-scroll">scroll</a>
1185-
</ul>
11861179
<li>
11871180
<a data-link-type="biblio" href="#biblio-css-page-3">[css-page-3]</a> defines the following terms:
11881181
<ul>
@@ -1222,10 +1215,13 @@ <h3 class="no-num heading settled" id="index-defined-elsewhere"><span class="con
12221215
<li>
12231216
<a data-link-type="biblio" href="#biblio-css21">[CSS21]</a> defines the following terms:
12241217
<ul>
1218+
<li><a href="https://www.w3.org/TR/CSS2/visufx.html#overflow">auto</a>
12251219
<li><a href="http://www.w3.org/TR/CSS21/visudet.html#propdef-height">height</a>
1220+
<li><a href="https://www.w3.org/TR/CSS2/visufx.html#overflow">overflow</a>
12261221
<li><a href="http://www.w3.org/TR/CSS21/page.html#propdef-page-break-after">page-break-after</a>
12271222
<li><a href="http://www.w3.org/TR/CSS21/page.html#propdef-page-break-before">page-break-before</a>
12281223
<li><a href="http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside">page-break-inside</a>
1224+
<li><a href="https://www.w3.org/TR/CSS2/visufx.html#overflow">scroll</a>
12291225
</ul>
12301226
</ul>
12311227
<h2 class="no-num heading settled" id="references"><span class="content">References</span><a class="self-link" href="#references"></a></h2>
@@ -1247,8 +1243,6 @@ <h3 class="no-num heading settled" id="normative"><span class="content">Normativ
12471243
<dd>Tab Atkins Jr.; Elika Etemad. <a href="http://www.w3.org/TR/css-display-3/">CSS Display Module Level 3</a>. 15 October 2015. WD. URL: <a href="http://www.w3.org/TR/css-display-3/">http://www.w3.org/TR/css-display-3/</a>
12481244
<dt id="biblio-css-masking-1"><a class="self-link" href="#biblio-css-masking-1"></a>[CSS-MASKING-1]
12491245
<dd>Dirk Schulze; Brian Birtles; Tab Atkins Jr.. <a href="http://www.w3.org/TR/css-masking-1/">CSS Masking Module Level 1</a>. 26 August 2014. CR. URL: <a href="http://www.w3.org/TR/css-masking-1/">http://www.w3.org/TR/css-masking-1/</a>
1250-
<dt id="biblio-css-overflow-3"><a class="self-link" href="#biblio-css-overflow-3"></a>[CSS-OVERFLOW-3]
1251-
<dd>David Baron. <a href="http://www.w3.org/TR/css-overflow-3/">CSS Overflow Module Level 3</a>. 18 April 2013. WD. URL: <a href="http://www.w3.org/TR/css-overflow-3/">http://www.w3.org/TR/css-overflow-3/</a>
12521246
<dt id="biblio-css-page-3"><a class="self-link" href="#biblio-css-page-3"></a>[CSS-PAGE-3]
12531247
<dd>CSS Paged Media Module Level 3 URL: <a href="http://www.w3.org/TR/css3-page/">http://www.w3.org/TR/css3-page/</a>
12541248
<dt id="biblio-css-position-3"><a class="self-link" href="#biblio-css-position-3"></a>[CSS-POSITION-3]

0 commit comments

Comments
 (0)