8000 [css2] Generated. Do not edit! · w3c/csswg-drafts@59904c5 · GitHub
Skip to content

Commit 59904c5

Browse files
committed
[css2] Generated. Do not edit!
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403160
1 parent 3894cc0 commit 59904c5

63 files changed

Lines changed: 6175 additions & 5993 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

css2/changes.html

Lines changed: 154 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ <H1><a name="q0">Appendix C. Changes</a></H1>
583583
<li class="tocline3"><a href="changes.html#q540" class="tocxref">C.8.46 9.5 Floats</a>
584584
<li class="tocline3"><a href="changes.html#q541" class="tocxref">C.8.47 14.2.1 Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'</a>
585585
<li class="tocline3"><a href="changes.html#q542" class="tocxref">C.8.48 14.2.1 Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'</a>
586+
<li class="tocline3"><a href="changes.html#q543" class="tocxref">C.8.49 9.2.4 The 'display' property</a>
586587
</ul>
587588
</ul>
588589
</div>
@@ -7417,7 +7418,8 @@ <h3 id=u.9.4.2a><a name="q514">C.8.20 </a><a
74177418
<ins>then no line boxes are generated inside the element.</ins>
74187419
<del>For the purposes of margin collapsing, this
74197420
line box must be ignored.</del>
7420-
<ins>The <a href="visudet.html#static-position">auto position</a> of any child elements is the top of the box in the
7421+
<ins>The <a href="visudet.html#static-position">static
7422+
position</a> of any child elements is the top of the box in the
74217423
vertical direction, and the same position horizontally that a zero
74227424
width, zero height inline replaced element would have if placed in the
74237425
element. (This, for example, respects the <a href="text.html#propdef-text-align" class="noxref"><span
@@ -7958,6 +7960,157 @@ <h3 id=u.14.2.1a><a name="q542">C.8.48 </a><a
79587960

79597961

79607962

7963+
<h3 id=u.9.2.4><a name="q543">C.8.49 </a><a
7964+
href="/TR/2010/WD-CSS2-20101207/visuren.html#display-prop">9.2.4 The
7965+
'display' property</a></h3>
7966+
7967+
<p>Because some aspects of 'run-in' (most notably if and how 'clear'
7968+
should apply to run-in elements when they are inline) are still under
7969+
discussion, 'run-in' has been reclassified as a level&nbsp;3
7970+
feature.
7971+
7972+
<p>Change in section 9.2.4:
7973+
7974+
<blockquote>
7975+
<dl>
7976+
<dt>run-in <dd>This value creates either block or inline boxes,
7977+
depending on context. <del>Properties apply to run-in boxes based on
7978+
their final status (inline-level or block-level).</del> <ins>'Run-in'
7979+
is defined in CSS level&nbsp;3 (see <a href="/TR/css3-box">CSS basic
7980+
box model</a>). It is not required for conformance to
7981+
level&nbsp;2.</ins>
7982+
</dl>
7983+
</blockquote>
7984+
7985+
<p>Remove 'run-in' from <a
7986+
href="/TR/2010/WD-CSS2-20101207/visuren.html#block-boxes">section
7987+
9.2.1 &ldquo;Block-level elements and block boxes&rdquo;</a>:
7988+
7989+
<blockquote>
7990+
<p>[&hellip;] The following values of the 'display' property make an
7991+
element block-level: 'block', 'list-item', <del>and 'run-in' (part of
7992+
the time; see run-in boxes),</del> and 'table'.
7993+
</blockquote>
7994+
7995+
<p>Remove 'run-in' from <a
7996+
href="/TR/2010/WD-CSS2-20101207/visuren.html#inline-boxes">section
7997+
9.2.2 &ldquo;Inline-level elements and inline boxes&rdquo;</a>:
7998+
7999+
<blockquote>
8000+
<p>[&hellip;] The following values of the 'display' property make an
8001+
element inline-level: 'inline', 'inline-table', <ins>and</ins>
8002+
'inline-block' <del>and 'run-in' (part of the time; see run-in
8003+
boxes)</del>. [&hellip;]
8004+
8005+
<p>[&hellip;] A non-replaced element with a 'display' value of
8006+
'inline' generates an inline box. <del>An element with a 'display'
8007+
value of 'run-in' can also generate an inline box; see run-in
8008+
boxes.</del>
8009+
</blockquote>
8010+
8011+
<p>Replace <a
8012+
href="/TR/2010/WD-CSS2-20101207/visuren.html#run-in">section 9.2.3
8013+
&ldquo;Run-in boxes&rdquo;</a>:
8014+
8015+
<blockquote>
8016+
<p><strong>9.2.3 Run-in boxes</strong>
8017+
8018+
<p><del>A run-in element (or pseudo-element) <var>A</var> behaves as
8019+
follows: [&hellip;] Please consult the section on generated content
8020+
for information about how run-in boxes interact with generated
8021+
content.</del>
8022+
8023+
<p><ins>[This section exists so that the section numbers are the same
8024+
as in previous drafts. Run-in boxes are not part of
8025+
CSS&nbsp;2.1.]</ins>
8026+
</blockquote>
8027+
8028+
<p>Remove 'run-in' from <a
8029+
href="/TR/2010/WD-CSS2-20101207/visuren.html#positioning-scheme">section
8030+
9.3 &ldquo;Positioning schemes&rdquo;</a>:
8031+
8032+
<blockquote>
8033+
<ol>
8034+
<li>Normal flow. In CSS&nbsp;2.1, normal flow includes block
8035+
formatting of block-level boxes, inline formatting of inline-level
8036+
boxes, <ins>and</ins> relative positioning of block-level and
8037+
inline-level boxes<del>, and formatting of run-in boxes</del>.
8038+
</ol>
8039+
</blockquote>
8040+
8041+
<p>Remove 'run-in' from <a
8042+
href="/TR/2010/WD-CSS2-20101207/visuren.html#flow-control">section
8043+
9.5.2 &ldquo;Controlling flow next to floats: the 'clear'
8044+
property&rdquo;</a>:
8045+
8046+
<blockquote>
8047+
<p><del>For run-in boxes, this property applies to the final block box
8048+
to which the run-in box belongs.</del>
8049+
</blockquote>
8050+
8051+
<p>Remove 'run-in' from <a
8052+
href="/TR/2010/WD-CSS2-20101207/visuren.html#dis-pos-flo">section 9.7
8053+
&ldquo;Relationships between 'display', 'position', and
8054+
'float'&rdquo;</a>:
8055+
8056+
<blockquote>
8057+
<table border="1">
8058+
<tr><th>Specified value <th style="width:30%">Computed value
8059+
<tr><td>inline-table <td>table
8060+
<tr><td>inline, <del>run-in,</del> table-row-group, table-column,
8061+
table-column-group, table-header-group, table-footer-group, table-row,
8062+
table-cell, table-caption, inline-block <td>block
8063+
<tr><td>others <td>same as specified
8064+
</table>
8065+
</blockquote>
8066+
8067+
<p>Remove 'run-in' from <a
8068+
href="/TR/2010/WD-CSS2-20101207/visuren.html#direction">section 9.10
8069+
&ldquo;Text direction: the 'direction' and 'unicode-bidi'
8070+
properties&rdquo;</a>:
8071+
8072+
<blockquote>
8073+
<p>The final order of characters in each block container is the same
8074+
as if the bidi control codes had been added as described above, markup
8075+
had been stripped, and the resulting character sequence had been
8076+
passed to an implementation of the Unicode bidirectional algorithm for
8077+
plain text that produced the same line-breaks as the styled text. In
8078+
this process, replaced elements with 'display: inline' <del>(and
8079+
replaced elements with 'display: run-in', when they generate
8080+
inline-level boxes)</del> are treated as neutral characters, unless
8081+
their 'unicode-bidi' property has a value other than 'normal', in
8082+
which case they are treated as strong characters in the 'direction'
8083+
specified for the element. All other atomic inline-level boxes are
8084+
treated as neutral characters always.
8085+
</blockquote>
8086+
8087+
<p>Remove 'run-in' from <a
8088+
href="/TR/2010/WD-CSS2-20101207/zindex.html#stacking-defs">section E.1
8089+
&ldquo;Definitions&rdquo;</a>:
8090+
8091+
<blockquote>
8092+
<dl>
8093+
<dt>Tree Order <dd>Preorder depth-first traversal of the rendering
8094+
tree, in logical (not visual) order for bidirectional content, after
8095+
taking into account properties that move boxes around <del>such as the
8096+
'run-in' value of 'display'</del>.
8097+
</dl>
8098+
</blockquote>
8099+
8100+
<p>Remove 'run-in' from <a
8101+
href="/TR/2010/WD-CSS2-20101207/generate.html#before-after-content">section
8102+
12.1 &ldquo;The :before and :after pseudo-elements&rdquo;</a>:
8103+
8104+
<blockquote>
8105+
<p>The :before and :after pseudo-elements interact with other
8106+
boxes<del>, such as run-in boxes,</del> as if they were real elements
8107+
inserted just inside their associated element.
8108+
</blockquote>
8109+
8110+
<p>and also from the subsequent example.
8111+
8112+
8113+
79618114
<hr class="navbar">
79628115

79638116
<div class="navbar">

css2/cover.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,6 +1297,7 @@ <h2><a name="toc">Full Table of Contents</a></h2>
12971297
<li class="tocline3"><a href="changes.html#q540" class="tocxref">C.8.46 9.5 Floats</a>
12981298
<li class="tocline3"><a href="changes.html#q541" class="tocxref">C.8.47 14.2.1 Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'</a>
12991299
<li class="tocline3"><a href="changes.html#q542" class="tocxref">C.8.48 14.2.1 Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position', and 'background'</a>
1300+
<li class="tocline3"><a href="changes.html#q543" class="tocxref">C.8.49 9.2.4 The 'display' property</a>
13001301
</ul>
13011302
</ul>
13021303
<li class="tocline1"><a href="sample.html" class="tocxref">Appendix D. Default style sheet for HTML 4</a>

0 commit comments

Comments
 (0)