Skip to content

Commit f67583c

Browse files
committed
[CSS2] Ensure we have a new line before <xmp> for BSMD
1 parent 173ed12 commit f67583c

1 file changed

Lines changed: 24 additions & 12 deletions

File tree

css2/Overview.bs

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5380,7 +5380,8 @@ margins</a> for behavior.
53805380
<p>Negative values for margin properties are allowed, but there may be
53815381
implementation-specific limits.
53825382

5383-
</p><xmp class="propdef">
5383+
</p>
5384+
<xmp class="propdef">
53845385
Name: margin-top, margin-bottom
53855386
Value: <<margin-width>> | inherit
53865387
Initial: 0
@@ -5621,7 +5622,8 @@ resulting layout is undefined in CSS&nbsp;2.
56215622
negative. Like margin properties, percentage values for padding
56225623
properties refer to the width of the generated box's containing block.
56235624

5624-
</p><xmp class="propdef">
5625+
</p>
5626+
<xmp class="propdef">
56255627
Name: padding-top, padding-right, padding-bottom, padding-left
56265628
Value: <<padding-width>> | inherit
56275629
Initial: 0
@@ -5729,7 +5731,8 @@ agent. The following relationships must hold, however:
57295731

57305732
<p>Furthermore, these widths must be constant throughout a document.
57315733

5732-
</p><xmp class="propdef">
5734+
</p>
5735+
<xmp class="propdef">
57335736
Name: border-top-width, border-right-width, border-bottom-width, border-left-width
57345737
Value: <<border-width>> | inherit
57355738
Initial: medium
@@ -5745,7 +5748,8 @@ Computed Value: absolute length; ''0'' if the border style is ''none'' or ''hidd
57455748
<p>These properties set the width of the top, right, bottom,
57465749
and left border of a box.
57475750

5748-
</p><xmp class="propdef">
5751+
</p>
5752+
<xmp class="propdef">
57495753
Name: border-width
57505754
Value: <<border-width>>{1,4} | inherit
57515755
Initial: see individual properties
@@ -5796,7 +5800,8 @@ h1 { border-width: thin thick medium } /* thin thick medium thick */
57965800

57975801
<p>The border color properties specify the color of a box's border.
57985802

5799-
</p><xmp class="propdef">
5803+
</p>
5804+
<xmp class="propdef">
58005805
Name: border-top-color, border-right-color, border-bottom-color, border-left-color
58015806
Value: <<color>> | transparent | inherit
58025807
Initial: the value of the 'color' property
@@ -5913,7 +5918,8 @@ interpret 'dotted', 'dashed', 'double', 'groove', 'ridge',
59135918
'inset', and 'outset' to be 'solid'.
59145919
-->
59155920

5916-
</p><xmp class="propdef">
5921+
</p>
5922+
<xmp class="propdef">
59175923
Name: border-top-style, border-right-style, border-bottom-style, border-left-style
59185924
Value: <<border-style>> | inherit
59195925
Initial: none
@@ -9657,7 +9663,8 @@ OS/2 table for A and D (after scaling to the current element's font
96579663
size). In the absence of these metrics, the "Ascent" and "Descent"
96589664
metrics from the HHEA table should be used.</em>
96599665

9660-
</p><xmp class="propdef">
9666+
</p>
9667+
<xmp class="propdef">
96619668
Name: line-height
96629669
Value: normal | <<number>> | <<length>> | <<percentage>> | inherit
96639670
Initial: normal
@@ -10696,7 +10703,8 @@ and 'counter-reset'. The
1069610703
counters defined by these properties are used with the counter() and
1069710704
counters() functions of the the 'content' property.
1069810705

10699-
</p><xmp class="propdef">
10706+
</p>
10707+
<xmp class="propdef">
1070010708
Name: counter-reset
1070110709
Value: [ <<identifier>> <<integer>>? ]+ | none | inherit
1070210710
Initial: none
@@ -14530,7 +14538,8 @@ apply. Therefore a table <em>can</em> be centered using left and right
1453014538
automatically fit their containing blocks.
1453114539

1453214540

14533-
</p><xmp class="propdef">
14541+
</p>
14542+
<xmp class="propdef">
1453414543
Name: table-layout
1453514544
Value: auto | fixed | inherit
1453614545
Initial: auto
@@ -14883,7 +14892,8 @@ cells, the other is suitable for borders that are continuous from one
1488314892
end of the table to the other. Many border styles can be achieved with
1488414893
either model, so it is often a matter of taste which one is used.
1488514894

14886-
</p><xmp class="propdef">
14895+
</p>
14896+
<xmp class="propdef">
1488714897
Name: border-collapse
1488814898
Value: collapse | separate | inherit
1488914899
Initial: separate
@@ -16336,7 +16346,8 @@ than one word. If quoting is omitted, any <a href="syndata.html#whitespace">whit
1633616346
after the voice family name are ignored and any sequence of white space
1633716347
characters inside the voice family name is converted to a single space.
1633816348

16339-
</p><xmp class="propdef">
16349+
</p>
16350+
<xmp class="propdef">
1634016351
Name: pitch
1634116352
Value: <<frequency>> | x-low | low | medium | high | x-high | inherit
1634216353
Initial: medium
@@ -16469,7 +16480,8 @@ and 'speak-numeral'
1646916480
<p>An additional speech property, 'speak-header', is
1647016481
described below.
1647116482

16472-
</p><xmp class="propdef">
16483+
</p>
16484+
<xmp class="propdef">
1647316485
Name: speak-punctuation
1647416486
Value: code | none | inherit
1647516487
Initial: none

0 commit comments

Comments
 (0)