Skip to content

Commit d10c2bf

Browse files
committed
more correct wording for required properties
1 parent 35fb39f commit d10c2bf

2 files changed

Lines changed: 21 additions & 10 deletions

File tree

css3-page/Overview.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3213,9 +3213,9 @@ <h3 class=no-num id=properties>Properties that apply within the page
32133213
context</h3>
32143214

32153215
<p>The following CSS 2.1 <a href="#CSS21"
3216-
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> properties <em
3217-
class=RFC2119>MUST</em> be supported within an @page rule by conforming
3218-
implementations:</p>
3216+
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> properties apply to the
3217+
page box. Conforming user agents must support all of these properties as
3218+
applied to the page box.</p>
32193219

32203220
<table class=property-list>
32213221
<tbody>
@@ -3416,13 +3416,17 @@ <h3 class=no-num id=properties>Properties that apply within the page
34163416
href="/TR/CSS21/visufx.html#visibility">visibility</a>
34173417
</table>
34183418

3419+
<p>Properties that apply to the margin boxes can also be set within the
3420+
page context: if inheritable or explicitly inherited (with the
3421+
<code>inherit</code> keyword), they will inherit to the margin boxes.</p>
3422+
34193423
<h3 class=no-num id=properties0>Properties that apply within the margin
34203424
contexts</h3>
34213425

34223426
<p>The following CSS 2.1 <a href="#CSS21"
3423-
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> properties <em
3424-
class=RFC2119>MUST</em> be supported by conforming implementations
3425-
within an @margin-box rule:</p>
3427+
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> properties apply to margin
3428+
boxes. Conforming user agents must support all of these properties
3429+
(except for <code>z-index</code>, which is optional).</p>
34263430

34273431
<table class=property-list>
34283432
<tbody>

css3-page/Overview.src.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2255,8 +2255,9 @@ <h2 class="no-num" id="properties-list">Appendix A: Full List of Properties</h2>
22552255

22562256
<h3 class="no-num">Properties that apply within the page context</h3>
22572257

2258-
<p>The following CSS 2.1 [[!CSS21]] properties <em class="RFC2119">MUST</em> be
2259-
supported within an @page rule by conforming implementations:</p>
2258+
<p>The following CSS 2.1 [[!CSS21]] properties apply to the page box.
2259+
Conforming user agents must support all of these properties as applied
2260+
to the page box.</p>
22602261

22612262
<table class="property-list">
22622263
<tbody>
@@ -2334,10 +2335,16 @@ <h3 class="no-num">Properties that apply within the page context</h3>
23342335
<tr><td colspan="2"><a href="/TR/CSS21/visufx.html#visibility">visibility</a>
23352336
</table>
23362337

2338+
<p>Properties that apply to the margin boxes can also be set within
2339+
the page context: if inheritable or explicitly inherited (with the
2340+
<code>inherit</code> keyword), they will inherit to the margin boxes.</p>
2341+
23372342
<h3 class="no-num">Properties that apply within the margin contexts</h3>
23382343

2339-
<p>The following CSS 2.1 [[!CSS21]] properties <em class="RFC2119">MUST</em> be
2340-
supported by conforming implementations within an @margin-box rule:</p>
2344+
<p>The following CSS 2.1 [[!CSS21]] properties apply to margin boxes.
2345+
Conforming user agents must support all of these properties (except for
2346+
<code>z-index</code>, which is optional).</p>
2347+
23412348
<table class="property-list">
23422349
<tbody>
23432350
<tr><td rowspan="6"><a href="/TR/CSS21/colors.html#background-properties">background properties</a>

0 commit comments

Comments
 (0)