402+ --> </ div >
403403
404404 < p > If all column properties have their initial value, the layout of an
405405 element will be identical to a multi-column layout with only one column.
@@ -582,7 +582,7 @@ <h2 id=the-multi-column-model><span class=secno>2. </span>The multi-column
582582
583583 < p > Column boxes are block container boxes. That is, column boxes behave
584584 like block-level, table cell, and inline-block boxes as per CSS 2.1,
585- section 10.1, item 2 < a href ="#CSS21 "
585+ section 10.1, item 2 < a href ="#ref- CSS21 "
586586 rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > . However, column boxes do not
587587 establish block container boxes for elements with ‘< code
588588 class =css > position: fixed</ code > ’ or ‘< code class =css > position:
@@ -728,10 +728,10 @@ <h3 id=properties-and-values><span class=secno>2.1. </span>Properties and
728728
729729 < p > This specification follows the < a
730730 href ="http://www.w3.org/TR/CSS21/about.html#property-defs "> CSS property
731- definition conventions</ a > from < a href ="#CSS21 "
731+ definition conventions</ a > from < a href ="#ref- CSS21 "
732732 rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > . The < dfn
733733 id =ltcolorgt > < var > <color></ var > </ dfn > value type is defined by < a
734- href ="#CSS3COLOR " rel =biblioentry > [CSS3COLOR]<!--{{CSS3COLOR}}--> </ a > .
734+ href ="#ref- CSS3COLOR " rel =biblioentry > [CSS3COLOR]<!--{{CSS3COLOR}}--> </ a > .
735735
736736 < p > In addition to the property-specific values listed in their definitions,
737737 all properties defined in this specification also accept the < a
@@ -1045,9 +1045,9 @@ <h3 id=pseudo-algorithm><span class=secno>3.4. </span>Pseudo-algorithm</h3>
10451045 class =property > column-count</ code > </ a > ’ and ‘< a
10461046 href ="#column-width "> < code class =property > column-width</ code > </ a > ’
10471047 properties. This specification does not define how U is calculated.
1048- Another module (probably the Basic Box Model < a href ="#CSS3BOX "
1048+ Another module (probably the Basic Box Model < a href ="#ref- CSS3BOX "
10491049 rel =biblioentry > [CSS3BOX]<!--{{CSS3BOX}}--> </ a > or the Intrinsic &
1050- Extrinsic Sizing Module < a href ="#CSS3-SIZING "
1050+ Extrinsic Sizing Module < a href ="#ref- CSS3-SIZING "
10511051 rel =biblioentry > [CSS3-SIZING]<!--{{CSS3-SIZING}}--> </ a > ) is expected to
10521052 define this. <!--
10531053<p>Two assumptions are being made by the pseudo-algorithm:
@@ -1258,7 +1258,7 @@ <h3 id=crc><span class=secno>4.2. </span>‘<code
12581258 < td > < em > Computed value:</ em >
12591259
12601260 < td > the same as the computed value for the ‘< code
1261-
1D65
class =property > color</ code > ’ property < a href ="#CSS3COLOR "
1261+ class =property > color</ code > ’ property < a href ="#ref- CSS3COLOR "
12621262 rel =biblioentry > [CSS3COLOR]<!--{{!CSS3COLOR}}--> </ a >
12631263
12641264 < tr >
@@ -1270,7 +1270,7 @@ <h3 id=crc><span class=secno>4.2. </span>‘<code
12701270
12711271 < p > This property sets the color of the column rule. The < a
12721272 href ="http://www.w3.org/TR/2011/REC-css3-color-20110607/#valuea-def-color "> <color></ a >
1273- values are defined in < a href ="#CSS3COLOR "
1273+ values are defined in < a href ="#ref- CSS3COLOR "
12741274 rel =biblioentry > [CSS3COLOR]<!--{{!CSS3COLOR}}--> </ a > .
12751275
12761276 < h3 id =crs > < span class =secno > 4.3. </ span > ‘< a
@@ -1330,7 +1330,7 @@ <h3 id=crs><span class=secno>4.3. </span>‘<a
13301330 < p > The ‘< a href ="#column-rule-style "> < code
13311331 class =property > column-rule-style</ code > </ a > ’ property sets the style of
13321332 the rule between columns of an element. The <border-style> values
1333- are defined in < a href ="#CSS21 "
1333+ are defined in < a href ="#ref- CSS21 "
13341334 rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > and the values are
13351335 interp
A897
reted as in the < a
13361336 href ="http://www.w3.org/TR/CSS2/tables.html#collapsing-borders "> collapsing
@@ -1490,7 +1490,7 @@ <h2 id=column-breaks><span class=secno>5. </span>Column breaks</h2>
14901490 < p > When content is laid out in multiple columns, the user agent must
14911491 determine where column breaks are placed. The problem of breaking content
14921492 into columns is similar to breaking content into pages, which is described
1493- in CSS 2.1, section 13.3.3 < a href ="#CSS21 "
1493+ in CSS 2.1, section 13.3.3 < a href ="#ref- CSS21 "
14941494 rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > .
14951495
14961496 < p > Three new properties are introduced to allow column breaks to be
@@ -1501,7 +1501,7 @@ <h2 id=column-breaks><span class=secno>5. </span>Column breaks</h2>
15011501 class =property > break-inside</ code > </ a > ’. These properties take the same
15021502 values as ‘< code class =property > page-break-before</ code > ’, ‘< code
15031503 class =property > page-break-after</ code > ’, and ‘< code
1504- class =property > page-break-inside</ code > ’ < a href ="#CSS21 "
1504+ class =property > page-break-inside</ code > ’ < a href ="#ref- CSS21 "
15051505 rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > . In addition, some new
15061506 keyword values are added.
15071507
@@ -1659,7 +1659,7 @@ <h3 id=break-before-break-after-break-inside><span class=secno>5.1.
16591659
16601660 < p > These properties describe page/column break behavior before/after/inside
16611661 the generated box. These values are normatively defined in < a
1662- href ="#CSS21 " rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > :
1662+ href ="#ref- CSS21 " rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a > :
16631663
16641664 < dl >
16651665 < dt > auto
@@ -2683,7 +2683,7 @@ <h2 id=conformance><span class=secno>9. </span>Conformance</h2>
26832683 readability, these words do not appear in all uppercase letters in this
26842684 specification. All of the text of this specification is normative except
26852685 sections explicitly marked as non-normative, examples, and notes. < a
2686- href ="#RFC2119 " rel =biblioentry > [RFC2119]<!--{{!RFC2119}}--> </ a >
2686+ href ="#ref- RFC2119 " rel =biblioentry > [RFC2119]<!--{{!RFC2119}}--> </ a >
26872687
26882688 < h3 id =cr-exit-criteria > < span class =secno > 9.1. </ span > CR exit criteria</ h3 >
26892689
@@ -2769,30 +2769,30 @@ <h3 class=no-num id=normative-references>Normative references</h3>
27692769 < dd style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
27702770 <!---->
27712771
2772- < dt id =CSS21 > [CSS21]
2772+ < dt id =ref- CSS21> [CSS21]
27732773
27742774 < dd > Bert Bos; et al. < a
2775- href ="http://www.w3.org/TR/2011/REC-CSS2-20110607/ "> < cite > Cascading Style
2775+ href ="http://www.w3.org/TR/2011/REC-CSS2-20110607 "> < cite > Cascading Style
27762776 Sheets Level 2 Revision 1 (CSS 2.1) Specification.</ cite > </ a > 7 June
27772777 2011. W3C Recommendation. URL: < a
2778- href ="http://www.w3.org/TR/2011/REC-CSS2-20110607/ "> http://www.w3.org/TR/2011/REC-CSS2-20110607/ </ a >
2778+ href ="http://www.w3.org/TR/2011/REC-CSS2-20110607 "> http://www.w3.org/TR/2011/REC-CSS2-20110607</ a >
27792779 </ dd >
27802780 <!---->
27812781
2782- < dt id =CSS3COLOR > [CSS3COLOR]
2782+ < dt id =ref- CSS3COLOR> [CSS3COLOR]
27832783
27842784 < dd > Tantek Çelik; Chris Lilley; L. David Baron. < a
2785- href ="http://www.w3.org/TR/2011/REC-css3-color-20110607/ "> < cite > CSS Color
2785+ href ="http://www.w3.org/TR/2011/REC-css3-color-20110607 "> < cite > CSS Color
27862786 Module Level 3.</ cite > </ a > 7 June 2011. W3C Recommendation. URL: < a
2787- href ="http://www.w3.org/TR/2011/REC-css3-color-20110607/ "> http://www.w3.org/TR/2011/REC-css3-color-20110607/ </ a >
2787+ href ="http://www.w3.org/TR/2011/REC-css3-color-20110607 "> http://www.w3.org/TR/2011/REC-css3-color-20110607</ a >
27882788 </ dd >
27892789 <!---->
27902790
2791- < dt id =RFC2119 > [RFC2119]
2791+ < dt id =ref- RFC2119> [RFC2119]
27922792
27932793 < dd > S. Bradner. < a href ="http://www.ietf.org/rfc/rfc2119.txt "> < cite > Key
2794- words for use in RFCs to Indicate Requirement Levels.</ cite > </ a > Internet
2795- RFC 2119. URL: < a
2794+ words for use in RFCs to Indicate Requirement Levels.</ cite > </ a > RFC
2795+ 2119. URL: < a
27962796 href ="http://www.ietf.org/rfc/rfc2119.txt "> http://www.ietf.org/rfc/rfc2119.txt</ a >
27972797 </ dd >
27982798 <!---->
@@ -2807,7 +2807,7 @@ <h3 class=no-num id=other-references>Other references</h3>
28072807 < dd style ="display: none "> <!-- keeps the doc valid if the DL is empty -->
28082808 <!---->
28092809
2810- < dt id =CSS3-SIZING > [CSS3-SIZING]
2810+ < dt id =ref- CSS3-SIZING> [CSS3-SIZING]
28112811
28122812 < dd > Tab Atkins Jr.; Elika J. Etemad. < a
28132813 href ="http://www.w3.org/TR/2012/WD-css3-sizing-20120927/ "> < cite > CSS
@@ -2817,7 +2817,7 @@ <h3 class=no-num id=other-references>Other references</h3>
28172817 </ dd >
28182818 <!---->
28192819
2820- < dt id =CSS3BOX > [CSS3BOX]
2820+ < dt id =ref- CSS3BOX> [CSS3BOX]
28212821
28222822 < dd > Bert Bos. < a
28232823 href ="http://www.w3.org/TR/2007/WD-css3-box-20070809 "> < cite > CSS basic box
0 commit comments