@@ -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
74197420line 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
74217423vertical direction, and the same position horizontally that a zero
74227424width, zero height inline replaced element would have if placed in the
74237425element. (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 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 3 (see < a href ="/TR/css3-box "> CSS basic
7980+ box model</ a > ). It is not required for conformance to
7981+ level 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 “Block-level elements and block boxes”</ a > :
7988+
7989+ < blockquote >
7990+ < p > […] 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 “Inline-level elements and inline boxes”</ a > :
7998+
7999+ < blockquote >
8000+ < p > […] 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 > . […]
8004+
8005+ < p > […] 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+ “Run-in boxes”</ 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: […] 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 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 “Positioning schemes”</ a > :
8031+
8032+ < blockquote >
8033+ < ol >
8034+ < li > Normal flow. In CSS 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 “Controlling flow next to floats: the 'clear'
8044+ property”</ 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+ “Relationships between 'display', 'position', and
8054+ 'float'”</ 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+ “Text direction: the 'direction' and 'unicode-bidi'
8070+ properties”</ 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+ “Definitions”</ 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 “The :before and :after pseudo-elements”</ 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 ">
0 commit comments