Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css2/cover.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div class="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48"
src="http://www.w3.org/Icons/w3c_home" width="72"></a>
src="https://www.w3.org/Icons/w3c_home" width="72"></a>

<h1 id="title">Cascading Style Sheets Level 2 Revision 2 (CSS&nbsp;2.2) Specification</h1>
<h2 id="W3C-doctype">W3C Editors Draft 27 April 2018</h2>
Expand Down
2 changes: 1 addition & 1 deletion css2/cover.src
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<div class="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48"
src="http://www.w3.org/Icons/w3c_home" width="72"></a>
src="https://www.w3.org/Icons/w3c_home" width="72"></a>

<h1 id="title">Cascading Style Sheets Level 2 Revision 2 (CSS&nbsp;2.2) Specification</h1>
<h2 id="W3C-doctype">W3C _THE_STATUSNAME_ _THE_DATE_</h2>
Expand Down
2 changes: 1 addition & 1 deletion css2/syndata.html
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ <h3>4.3.6 <a name="color-units">Colors</a></h3>
<p>Values outside the device gamut should be clipped or
mapped into the gamut when the gamut is known: the red, green,
and blue values must be changed to fall within the range supported by
the device. Users agents may perform higher quality mapping of colors
the device. User agents may perform higher quality mapping of colors
from one gamut to another. For a typical CRT monitor, whose device
gamut is the same as sRGB, the four rules below are equivalent:
</p>
Expand Down
2 changes: 1 addition & 1 deletion css2/syndata.src
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ images are expected to carry their own color information.
<p>Values outside the device gamut should be clipped or
mapped into the gamut when the gamut is known: the red, green,
and blue values must be changed to fall within the range supported by
the device. Users agents may perform higher quality mapping of colors
the device. User agents may perform higher quality mapping of colors
from one gamut to another. For a typical CRT monitor, whose device
gamut is the same as sRGB, the four rules below are equivalent:
</p>
Expand Down
2 changes: 1 addition & 1 deletion css2/tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ <h4>17.5.2.2 <a name="auto-table-layout">Automatic table layout</a></h4>
formatted content may span any number of lines but may not overflow
the cell box. If the specified <a href="visudet.html#propdef-width" class="noxref"><span
class="propinst-width">'width'</span></a> (W) of the cell is greater
than MCW, W is the minimum cell width. A value of 'auto' means that
than MCW, the minimum cell width is set to W. A value of 'auto' means that
MCW is the minimum cell width.

<p>Also, calculate the "maximum" cell width of each cell: formatting
Expand Down
2 changes: 1 addition & 1 deletion css2/tables.src
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ final layout and may demand more than one pass.
formatted content may span any number of lines but may not overflow
the cell box. If the specified <span
class="propinst-width">'width'</span> (W) of the cell is greater
than MCW, W is the minimum cell width. A value of 'auto' means that
than MCW, the minimum cell width is set to W. A value of 'auto' means that
MCW is the minimum cell width.

<p>Also, calculate the "maximum" cell width of each cell: formatting
Expand Down
6 changes: 3 additions & 3 deletions css2/visudet.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ <h3>10.3.2 <a name="inline-replaced-width">Inline, replaced elements</a></h3>

<blockquote><p>(used height) * (intrinsic ratio)</blockquote>

<p>If 'height' and <a href="visudet.html#propdef-width" class="noxref"><span class="propinst-width">'width'</span></a> both
<p>If <a href="visudet.html#propdef-height" class="noxref"><span class="propinst-height">'height'</span></a> and <a href="visudet.html#propdef-width" class="noxref"><span class="propinst-width">'width'</span></a> both
have computed values of 'auto' and the element has an intrinsic ratio
but no intrinsic height or width, then the used value of 'width' is
undefined in CSS&nbsp;2.
Expand Down Expand Up @@ -1570,8 +1570,8 @@ <h3>10.8.1 <a name="leading">Leading and half-leading</a></h3>
the largest font size.
</p>
<p class=note><em><strong>Note.</strong> When there is only one value of <a href="visudet.html#propdef-line-height" class="noxref"><span
class="propinst-line-height">'line-height'</span></a> for all inline
boxes in a block container box and they are all in the same font (and
class="propinst-line-height">'line-height'</span></a> (other than 'normal') for all inline
boxes in a block container box and they all use the same first available font (and
there are no replaced elements, inline-block
elements, etc.), the above will ensure that
baselines of successive lines are exactly <a href="visudet.html#propdef-line-height" class="noxref"><span
Expand Down
6 changes: 3 additions & 3 deletions css2/visudet.src
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ value of <span class="propinst-width">'width'</span> is:

<blockquote><p>(used height) * (intrinsic ratio)</blockquote>

<p>If 'height' and <span class="propinst-width">'width'</span> both
<p>If <span class="propinst-height">'height'</span> and <span class="propinst-width">'width'</span> both
have computed values of 'auto' and the element has an intrinsic ratio
but no intrinsic height or width, then the used value of 'width' is
undefined in CSS&nbsp;2.
Expand Down Expand Up @@ -1435,8 +1435,8 @@ class="propinst-line-height">'line-height'</span> value according to
the largest font size.
</p>
<p class=note><em><strong>Note.</strong> When there is only one value of <span
class="propinst-line-height">'line-height'</span> for all inline
boxes in a block container box and they are all in the same font (and
class="propinst-line-height">'line-height'</span> (other than 'normal') for all inline
boxes in a block container box and they all use the same first available font (and
there are no replaced elements, inline-block
elements, etc.), the above will ensure that
baselines of successive lines are exactly <span
Expand Down
2 changes: 1 addition & 1 deletion css2/visuren.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ <h4>9.2.1.1 <a name="anonymous-block-level">Anonymous block boxes</a></h4>
inside it.

<p>When an inline box contains an in-flow block-level box, the inline box
(and its inline ancestors within the same line box) are broken around
(and its inline ancestors within the same line box) is broken around
the block-level box (and any block-level siblings that are consecutive
or separated only by collapsible whitespace and/or out-of-flow
elements), splitting the inline box into two boxes (even if either
Expand Down
2 changes: 1 addition & 1 deletion css2/visuren.src
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ above), then we force it to have <em>only</em> block-level boxes
inside it.

<p>When an inline box contains an in-flow block-level box, the inline box
(and its inline ancestors within the same line box) are broken around
(and its inline ancestors within the same line box) is broken around
the block-level box (and any block-level siblings that are consecutive
or separated only by collapsible whitespace and/or out-of-flow
elements), splitting the inline box into two boxes (even if either
Expand Down