Skip to content

Commit

Permalink
Fix links to CSS2 spec
Browse files Browse the repository at this point in the history
The sub-pages of the spec now 404, as of
w3c/csswg-drafts#5196. This replaces all
links with the singlepage version.
  • Loading branch information
travisleithead committed Jul 6, 2020
1 parent 03b07a3 commit db61f81
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions source
Expand Up @@ -3265,41 +3265,41 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
(<cite>CSS</cite>): <ref spec=CSS></p>

<ul class="brief">
<li><dfn data-x-href="https://drafts.csswg.org/css2/visuren.html#viewport">viewport</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/visuren.html#line-box">line box</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/visuren.html#x24">out-of-flow</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/visuren.html#x25">in-flow</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/box.html#box-content-area">content area</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/box.html#x10">content box</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/box.html#x14">border box</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/box.html#x17">margin box</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/box.html#border-edge">border edge</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/box.html#margin-edge">margin edge</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/box.html#collapsing-margins">collapsing margins</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/visudet.html#containing-block-details">containing block</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/visuren.html#inline-box">inline box</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/visuren.html#x9">block box</dfn></li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-margin-top">'margin-top'</dfn>,
<dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-margin-bottom">'margin-bottom'</dfn>,
<dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-margin-left">'margin-left'</dfn>, and
<dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-margin-right">'margin-right'</dfn> properties</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-padding-top">'padding-top'</dfn>,
<dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-padding-bottom">'padding-bottom'</dfn>,
<dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-padding-left">'padding-left'</dfn>, and
<dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-padding-right">'padding-right'</dfn> properties</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/visuren.html#propdef-top">'top'</dfn>,
<dfn data-x-href="https://drafts.csswg.org/css2/visuren.html#propdef-bottom">'bottom'</dfn>,
<dfn data-x-href="https://drafts.csswg.org/css2/visuren.html#propdef-left">'left'</dfn>, and
<dfn data-x-href="https://drafts.csswg.org/css2/visuren.html#propdef-right">'right'</dfn> properties</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/visuren.html#float-position">'float'</dfn> property</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/visuren.html#flow-control">'clear'</dfn> property</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/visudet.html#the-width-property">'width'</dfn> property</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/visudet.html#the-height-property">'height'</dfn> property</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/visudet.html#propdef-line-height">'line-height'</dfn> property</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/visudet.html#propdef-vertical-align">'vertical-align'</dfn> property</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/generate.html#content">'content'</dfn> property</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/visuren.html#value-def-inline-block">'inline-block'</dfn> value of the <span>'display'</span> property</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/visufx.html#propdef-visibility">'visibility'</dfn> property</li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/#viewport">viewport</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/#line-box">line box</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/#out-of-flow">out-of-flow</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/#in-flow">in-flow</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/#box-content-area">content area</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/#content-box">content box</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/#border-box">border box</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/#margin-box">margin box</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/#border-edge">border edge</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/#margin-edge">margin edge</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/#collapsing-margins">collapsing margins</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/#containing-block-details">containing block</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/#inline-box">inline box</dfn></li>
<li><dfn data-x-href="https://drafts.csswg.org/css2/#block-boxes%E2%91%A0">block box</dfn></li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/#propdef-margin-top">'margin-top'</dfn>,
<dfn data-x-href="https://drafts.csswg.org/css2/#propdef-margin-bottom">'margin-bottom'</dfn>,
<dfn data-x-href="https://drafts.csswg.org/css2/#propdef-margin-left">'margin-left'</dfn>, and
<dfn data-x-href="https://drafts.csswg.org/css2/#propdef-margin-right">'margin-right'</dfn> properties</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/#propdef-padding-top">'padding-top'</dfn>,
<dfn data-x-href="https://drafts.csswg.org/css2/#propdef-padding-bottom">'padding-bottom'</dfn>,
<dfn data-x-href="https://drafts.csswg.org/css2/#propdef-padding-left">'padding-left'</dfn>, and
<dfn data-x-href="https://drafts.csswg.org/css2/#propdef-padding-right">'padding-right'</dfn> properties</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/#propdef-top">'top'</dfn>,
<dfn data-x-href="https://drafts.csswg.org/css2/#propdef-bottom">'bottom'</dfn>,
<dfn data-x-href="https://drafts.csswg.org/css2/#propdef-left">'left'</dfn>, and
<dfn data-x-href="https://drafts.csswg.org/css2/#propdef-right">'right'</dfn> properties</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/#float-position">'float'</dfn> property</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/#flow-control">'clear'</dfn> property</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/#the-width-property">'width'</dfn> property</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/#the-height-property">'height'</dfn> property</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/#propdef-line-height">'line-height'</dfn> property</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/#propdef-vertical-align">'vertical-align'</dfn> property</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/#content%E2%91%A0">'content'</dfn> property</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/#value-def-inline-block">'inline-block'</dfn> value of the <span>'display'</span> property</li>
<li>The <dfn data-x-href="https://drafts.csswg.org/css2/#propdef-visibility">'visibility'</dfn> property</li>
</ul>

<p><cite>CSS</cite> also defines the following border properties: <ref spec=CSS></p>
Expand All @@ -3315,26 +3315,26 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
<th>Right
<tr>
<th>Width
<td><dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-border-top-width">'border-top-width'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-border-bottom-width">'border-bottom-width'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-border-left-width">'border-left-width'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-border-right-width">'border-right-width'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/#propdef-border-top-width">'border-top-width'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/#propdef-border-bottom-width">'border-bottom-width'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/#propdef-border-left-width">'border-left-width'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/#propdef-border-right-width">'border-right-width'</dfn>
<tr>
<th>Style
<td><dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-border-top-style">'border-top-style'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-border-bottom-style">'border-bottom-style'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-border-left-style">'border-left-style'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-border-right-style">'border-right-style'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/#propdef-border-top-style">'border-top-style'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/#propdef-border-bottom-style">'border-bottom-style'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/#propdef-border-left-style">'border-left-style'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/#propdef-border-right-style">'border-right-style'</dfn>
<tr>
<th>Color
<td><dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-border-top-color">'border-top-color'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-border-bottom-color">'border-bottom-color'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-border-left-color">'border-left-color'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/box.html#propdef-border-right-color">'border-right-color'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/#propdef-border-top-color">'border-top-color'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/#propdef-border-bottom-color">'border-bottom-color'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/#propdef-border-left-color">'border-left-color'</dfn>
<td><dfn data-x-href="https://drafts.csswg.org/css2/#propdef-border-right-color">'border-right-color'</dfn>
</table>

<p>The basic version of the <dfn
data-x-href="https://drafts.csswg.org/css2/visuren.html#display-prop">'display'</dfn> property
data-x-href="https://drafts.csswg.org/css2/#display-prop">'display'</dfn> property
is defined in <cite>CSS</cite>, and the property is extended by other CSS
modules. <ref spec=CSS> <ref spec=CSSRUBY> <ref spec=CSSTABLE></p>

Expand Down Expand Up @@ -113420,7 +113420,7 @@ input[type=image i][align=bottom i], object[align=bottom i] {
as usual.</p></li>

<li><p>If the element is <span>absolutely positioned</span>, then for the purpose of the
<a href="https://drafts.csswg.org/css2/visuren.html">CSS visual formatting model</a>, act as if
<a href="https://drafts.csswg.org/css2/#visuren">CSS visual formatting model</a>, act as if
the element is a <span>replaced element</span>. <ref spec=CSS></p></li>

<li><p>If the <span>computed value</span> of <span>'inline-size'</span> is 'auto', then the
Expand Down

0 comments on commit db61f81

Please sign in to comment.