Skip to content

Commit 07404f6

Browse files
committed
[css-position] Fix TR link
1 parent 2593212 commit 07404f6

File tree

2 files changed

+9
-18
lines changed

2 files changed

+9
-18
lines changed

css-position/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<pre class='metadata'>
44
Status: WD
5-
Date: 2016-05-19
5+
Date: 2016-05-17
66
Work Status: Exploring
77
Shortname: css-position
88
Level: 3
99
Group: csswg
1010
ED: https://drafts.csswg.org/css-position/
11-
TR: https://www.w3.org/TR/css3-positioning/
11+
TR: https://www.w3.org/TR/css-position-3/
1212
Previous Version: https://www.w3.org/TR/2015/WD-css3-positioning-20150203/
1313
Previous Version: https://www.w3.org/TR/2012/WD-css3-positioning-20120207/
1414
Editor: Rossen Atanassov, Microsoft, ratan@microsoft.com

css-position/Overview.html

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,11 @@
330330
<div class="head">
331331
<p data-fill-with="logo"><a class="logo" href="http://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p>
332332
<h1 class="p-name no-ref" id="title">CSS Positioned Layout Module Level 3</h1>
333-
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">W3C Working Draft, <time class="dt-updated" datetime="2016-05-19">19 May 2016</time></span></h2>
333+
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">W3C Working Draft, <time class="dt-updated" datetime="2016-05-17">17 May 2016</time></span></h2>
334334
<div data-fill-with="spec-metadata">
335335
<dl>
336336
<dt>This version:
337-
<dd><a class="u-url" href="http://www.w3.org/TR/2016/WD-css-position-3-20160519/">http://www.w3.org/TR/2016/WD-css-position-3-20160519/</a>
337+
<dd><a class="u-url" href="http://www.w3.org/TR/2016/WD-css-position-3-20160517/">http://www.w3.org/TR/2016/WD-css-position-3-20160517/</a>
338338
<dt>Latest published version:
339339
<dd><a href="https://www.w3.org/TR/css3-positioning/">https://www.w3.org/TR/css3-positioning/</a>
340340
<dt>Editor's Draft:
@@ -762,7 +762,7 @@ <h3 class="heading settled" data-level="6.1" id="rel-pos"><span class="secno">6.
762762
effect on the box (B2) that follows: B2 is given a position as if B1 were not
763763
offset and B2 is not re-positioned after B1’s offset is applied. This
764764
implies that relative positioning may cause boxes to overlap. However, if
765-
relative positioning causes an 'overflow: auto' or 'overflow: scroll' box to
765+
relative positioning causes an <a class="css" data-link-type="propdesc" href="https://www.w3.org/TR/css-overflow-3/#overflow">overflow: auto</a> or <a class="css" data-link-type="propdesc" href="https://www.w3.org/TR/css-overflow-3/#overflow">overflow: scroll</a> box to
766766
have overflow, the user agent must allow the user to access this content (at
767767
its offset position), which, through the creation of a scrolling mechanism,
768768
may affect layout.</p>
@@ -1669,11 +1669,11 @@ <h2 class="heading settled" data-level="9" id="dis-pos-flo"><span class="secno">
16691669
<li> If <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-display">display</a> has the value <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-display-3/#valdef-display-none">none</a>, then <a class="property" data-link-type="propdesc" href="#propdef-position" id="ref-for-propdef-position-29">position</a> and <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-float">float</a> do not apply.
16701670
In this case, the element generates no box.
16711671
<li> Otherwise, if <a class="property" data-link-type="propdesc" href="#propdef-position" id="ref-for-propdef-position-30">position</a> has the value <a class="css" data-link-type="maybe" href="#valdef-position-absolute" id="ref-for-valdef-position-absolute-3">absolute</a> or <a class="css" data-link-type="maybe" href="#valdef-position-fixed" id="ref-for-valdef-position-fixed-6">fixed</a>,
1672-
and the value of <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-float">float</a> is <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-page-floats-3/#valdef-float-left">left</a> or <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-page-floats-3/#valdef-float-right">right</a>, the box is absolutely
1673-
positioned and the computed value of <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-float">float</a> is <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-page-floats-3/#valdef-float-none">none</a>. The <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-display">display</a> is
1672+
and the value of <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-float">float</a> is <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/CSS2/visuren.html#float-position">left</a> or <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/CSS2/visuren.html#float-position">right</a>, the box is absolutely
1673+
positioned and the computed value of <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-float">float</a> is <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/CSS2/visuren.html#float-position">none</a>. The <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-display">display</a> is
16741674
set according to the table below. Positioning of the box will determined by
16751675
the <a class="property" data-link-type="propdesc" href="#propdef-top" id="ref-for-propdef-top-35">top</a>, <a class="property" data-link-type="propdesc" href="#propdef-right" id="ref-for-propdef-right-43">right</a>, <a class="property" data-link-type="propdesc" href="#propdef-bottom" id="ref-for-propdef-bottom-34">bottom</a> and <a class="property" data-link-type="propdesc" href="#propdef-left" id="ref-for-propdef-left-42">left</a> properties and the box’s <a data-link-type="dfn" href="#containing-block" id="ref-for-containing-block-37">containing block</a>.
1676-
<li> Otherwise, if <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-float">float</a> is other than <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-page-floats-3/#valdef-float-none">none</a>, the box is <a data-link-type="dfn" href="#float" id="ref-for-float-10">floated</a> and <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-display">display</a> is set according to the table below.
1676+
<li> Otherwise, if <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-float">float</a> is other than <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/CSS2/visuren.html#float-position">none</a>, the box is <a data-link-type="dfn" href="#float" id="ref-for-float-10">floated</a> and <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-display">display</a> is set according to the table below.
16771677
<li> Otherwise, if the element is the root element, <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-display">display</a> is set according to the
16781678
table below.
16791679
<li> Otherwise, the remaining <a class="property" data-link-type="propdesc" href="https://www.w3.org/TR/CSS21/visuren.html#propdef-display">display</a> property values apply as specified.
@@ -2410,13 +2410,6 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
24102410
<ul>
24112411
<li><a href="https://www.w3.org/TR/css-overflow-3/#overflow">overflow</a>
24122412
</ul>
2413-
<li>
2414-
<a data-link-type="biblio">[css-page-floats-3]</a> defines the following terms:
2415-
<ul>
2416-
<li><a href="https://drafts.csswg.org/css-page-floats-3/#valdef-float-left">left</a>
2417-
<li><a href="https://drafts.csswg.org/css-page-floats-3/#valdef-float-none">none</a>
2418-
<li><a href="https://drafts.csswg.org/css-page-floats-3/#valdef-float-right">right</a>
2419-
</ul>
24202413
<li>
24212414
<a data-link-type="biblio">[css-transforms-1]</a> defines the following terms:
24222415
<ul>
@@ -2472,8 +2465,6 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
24722465
<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>
24732466
<dt id="biblio-css-overflow-3">[CSS-OVERFLOW-3]
24742467
<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>
2475-
<dt id="biblio-css-page-floats-3">[CSS-PAGE-FLOATS-3]
2476-
<dd>Johannes Wilm. <a href="http://www.w3.org/TR/css-page-floats-3/">CSS Page Floats</a>. 15 September 2015. WD. URL: <a href="http://www.w3.org/TR/css-page-floats-3/">http://www.w3.org/TR/css-page-floats-3/</a>
24772468
<dt id="biblio-css-transforms-1">[CSS-TRANSFORMS-1]
24782469
<dd>Simon Fraser; et al. <a href="http://www.w3.org/TR/css-transforms-1/">CSS Transforms Module Level 1</a>. 26 November 2013. WD. URL: <a href="http://www.w3.org/TR/css-transforms-1/">http://www.w3.org/TR/css-transforms-1/</a>
24792470
<dt id="biblio-css-writing-modes-3">[CSS-WRITING-MODES-3]
@@ -2677,4 +2668,4 @@ <h2 class="no-num no-ref heading settled" id="issues-index"><span class="content
26772668
}
26782669

26792670
});
2680-
</script>
2671+
</script>

0 commit comments

Comments
 (0)