Skip to content

Commit 4c06e20

Browse files
committed
[various][editorial] Fix markup
1 parent 94e003b commit 4c06e20

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

css-align-3/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Positional Alignment: the ''center'', ''start'', ''end'', ''self-start'', ''self
400400
</figcaption>
401401
</figure>
402402

403-
The ''<self-position>/left'' and ''<self-position>/right'' keywords
403+
The ''justify-self/left'' and ''justify-self/right'' keywords
404404
are absolute (not <a>flow-relative</a>).
405405

406406
<figure>
@@ -417,7 +417,7 @@ Positional Alignment: the ''center'', ''start'', ''end'', ''self-start'', ''self
417417
alt="Inline-axis 'right' alignment:
418418
Horizontal text is right-aligned, regardless of writing system.">
419419
<figcaption>
420-
''<self-position>/left'' vs ''<self-position>/right''
420+
''justify-self/left'' vs ''justify-self/right''
421421
</figcaption>
422422
</figure>
423423

@@ -478,7 +478,7 @@ Positional Alignment: the ''center'', ''start'', ''end'', ''self-start'', ''self
478478
The behavior of the alignment keywords is analogous in <a>vertical writing modes</a>:
479479
''<self-position>/start'' and ''<self-position>/end''
480480
are relative to the start/end of the text in the relevant axis.
481-
The ''<self-position>/left'' and ''<self-position>/right'' keywords
481+
The ''justify-self/left'' and ''justify-self/right'' keywords
482482
are interpreted as <a>line-left</a> and <a>line-right</a>,
483483
relative to the “left” and “right” sides of LTR/RTL text.
484484

@@ -517,7 +517,7 @@ Positional Alignment: the ''center'', ''start'', ''end'', ''self-start'', ''self
517517
alt="Inline-axis 'right' alignment in vertical-rl writing:
518518
Vertical text is bottom-aligned, regardless of writing system.">
519519
<figcaption>
520-
''<self-position>/left'' vs ''<self-position>/right''
520+
''justify-self/left'' vs ''justify-self/right''
521521
</figcaption>
522522
</figure>
523523

css-cascade-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Introduction</h2>
4848
Each [=property=] has a name
4949
(e.g., 'color', 'font-size', or 'border-style'),
5050
a value space
51-
(e.g., <<color>>, <<length-percentage>>, ''[ solid | dashed | dotted | &hellip; ]''),
51+
(e.g., <<color>>, <<length-percentage>>, <css>[ solid | dashed | dotted | &hellip; ]</css>),
5252
and a defined behavior on the rendering of the document.
5353
Properties values are assigned to various parts of the document
5454
via [=property declarations=],

css-cascade-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Introduction</h2>
7979
Each [=CSS/property=] has a name
8080
(e.g., 'color', 'font-size', or 'border-style'),
8181
a value space
82-
(e.g., <<color>>, <<length-percentage>>, ''[ solid | dashed | dotted | &hellip; ]''),
82+
(e.g., <<color>>, <<length-percentage>>, <css>[ solid | dashed | dotted | &hellip; ]</css>),
8383
and a defined behavior on the rendering of the document.
8484
Properties values are assigned to various parts of the document
8585
via [=property declarations=],

css-cascade-5/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Introduction</h2>
5353
Each [=property=] has a name
5454
(e.g., 'color', 'font-size', or 'border-style'),
5555
a value space
56-
(e.g., <<color>>, <<length-percentage>>, ''[ solid | dashed | dotted | &hellip; ]''),
56+
(e.g., <<color>>, <<length-percentage>>, <css>[ solid | dashed | dotted | &hellip; ]</css>),
5757
and a defined behavior on the rendering of the document.
5858
Properties values are assigned to various parts of the document
5959
via [=property declarations=],

css-gcpm-3/Overview.bs

+7-7
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The 'string-set' property copies the text content of an element into a ''named s
5656
</h4>
5757

5858
<pre class="propdef">
59-
Name: <dfn id="string-set">string-set</dfn>
59+
Name: string-set
6060
Value: [ <<custom-ident>> <<content-list>> ]# | none
6161
Initial: none
6262
Applies to: all elements, but not pseudo-elements
@@ -341,7 +341,7 @@ letter-spacing: 1pt;
341341

342342

343343
<pre class="propdef">
344-
Name: <dfn id="running-property">running</dfn>
344+
Name: running
345345
Value: <<custom-ident>>
346346
Initial: none
347347
Applies to: elements
@@ -461,7 +461,7 @@ The following new value of the 'float' property creates a footnote element:
461461
The 'footnote-display' property determines whether a footnote is displayed as a block element or inline element.
462462

463463
<pre class="propdef">
464-
Name: <dfn id="propdef-footnote-display">footnote-display</dfn>
464+
Name: footnote-display
465465
Value: block | inline | compact
466466
Initial: block
467467
Applies to: elements
@@ -472,7 +472,7 @@ The 'footnote-display' property determines whether a footnote is displayed as a
472472
</pre>
473473

474474

475-
<dl dfn-type="value" dfn-for="propdef-footnote-display">
475+
<dl dfn-type="value" dfn-for="footnote-display">
476476
<dt><dfn id="footnote-display-block">block</dfn></dt>
477477
<dd>The footnote element is placed in the footnote area as a block element</dd>
478478
<dt><dfn id="footnote-display-inline">inline</dfn></dt>
@@ -588,7 +588,7 @@ Rendering footnotes and <code>footnote policy</code>
588588
Rendering footnotes can be complex. If a footnote falls near the bottom of the page, there may not be enough room on the page for the footnote body. The 'footnote-policy' property allows authors some influence over the rendering of difficult pages.
589589

590590
<pre class="propdef">
591-
Name: <dfn id="footnote-policy">footnote-policy</dfn>
591+
Name: footnote-policy
592592
Value: auto | line | block
593593
Initial: auto
594594
Applies to: elements
@@ -996,9 +996,9 @@ target-pull() value of content property removed
996996
<li>Added ''attr(&lt;identifier>)'' value to 'string-set' property. This is supported by both Prince and AntennaHouse.</li>
997997

998998
<li>
999-
<a href="http://books.spec.whatwg.org/">CSS Books</a> does not have the <a href="#propdef-footnote-display">footnote-display</a> property.</li>
999+
<a href="http://books.spec.whatwg.org/">CSS Books</a> does not have the 'footnote-display' property.</li>
10001000
<li>
1001-
<a href="http://books.spec.whatwg.org/">CSS Books</a> does not have the <a href="#footnote-policy">footnote-policy</a> property.</li>
1001+
<a href="http://books.spec.whatwg.org/">CSS Books</a> does not have the 'footnote-policy' property.</li>
10021002

10031003

10041004
<li>

css-inline-3/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@ Selecting Initial Letters</h3>
16341634
Creating Initial Letters: the 'initial-letter' property</h3>
16351635

16361636
<pre class="propdef">
1637-
Name: <dfn id="propdef-initial-letter">initial-letter</dfn>
1637+
Name: initial-letter
16381638
Value: normal | <<number [1,∞]>> <<integer [1,∞]>> | <<number [1,∞]>> && [ drop | raise ]?
16391639
Initial: normal
16401640
Applies to: certain inline-level boxes and <css>::first-letter</css> and inside <css>::marker</css> boxes (<a href="#first-most-inline-level">see prose</a>)
@@ -1843,7 +1843,7 @@ Alignment of Initial Letters: the 'initial-letter-align' property</h3>
18431843
The 'initial-letter-align' property can be used to specify the proper alignment.
18441844

18451845
<pre class="propdef" id="initial-letter-align">
1846-
Name: <dfn id="propdef-initial-letter-align">initial-letter-align</dfn>
1846+
Name: initial-letter-align
18471847
Value: [ border-box? [ alphabetic | ideographic | hanging | leading ]? ]!
18481848
Initial: alphabetic
18491849
Applies to: certain inline-level boxes and <css>::first-letter</css> and inside <css>::marker</css> boxes (<a href="#first-most-inline-level">see prose</a>)
@@ -2301,7 +2301,7 @@ Initial Letter Wrapping: the 'initial-letter-wrap' property</h3>
23012301
Note: 'initial-letter-wrap' is at risk.
23022302

23032303
<pre class="propdef">
2304-
Name: <dfn id="propdef-initial-letter-wrap">initial-letter-wrap</dfn>
2304+
Name: initial-letter-wrap
23052305
Value: none | first | all | grid | <<length-percentage>>
23062306
Initial: none
23072307
Applies to: certain inline-level boxes and <css>::first-letter</css> and inside <css>::marker</css> boxes (<a href="#first-most-inline-level">see prose</a>)

css-values-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ Frequency Units: the <<frequency>> type and ''Hz'', ''kHz'' units</h3>
15641564
-->
15651565

15661566
<h3 id="resolution">
1567-
Resolution Units: the <<resolution>> type and ''&lt;resolution&gt;/dpi'', ''&lt;resolution&gt;/dpcm'', ''&lt;resolution&gt;/dppx'' units</h3>
1567+
Resolution Units: the <<resolution>> type and ''<resolution>/dpi'', ''<resolution>/dpcm'', ''<resolution>/dppx'' units</h3>
15681568

15691569
Resolution units are <a>dimensions</a> denoted by <dfn id="resolution-value">&lt;resolution></dfn>.
15701570
The resolution unit identifiers are:

css-values-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2674,7 +2674,7 @@ Frequency Units: the <<frequency>> type and ''Hz'', ''kHz'' units</h3>
26742674
-->
26752675

26762676
<h3 id="resolution">
2677-
Resolution Units: the <<resolution>> type and ''&lt;resolution&gt;/dpi'', ''&lt;resolution&gt;/dpcm'', ''&lt;resolution&gt;/dppx'' units</h3>
2677+
Resolution Units: the <<resolution>> type and ''<resolution>/dpi'', ''<resolution>/dpcm'', ''<resolution>/dppx'' units</h3>
26782678

26792679
Resolution units are <a>dimensions</a> denoted by <dfn id="resolution-value">&lt;resolution></dfn>.
26802680
The resolution unit identifiers are:

css2/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -2198,7 +2198,7 @@ more of the other rules as well.</p>
21982198
<li><strong>Malformed declarations.</strong> User agents must handle
21992199
unexpected tokens encountered while parsing a declaration by reading
22002200
until the end of the declaration, while observing the rules for matching
2201-
pairs of (), [], {}, "", and '''', and correctly handling escapes. For
2201+
pairs of (), [], {}, "", and &apos;&apos;, and correctly handling escapes. For
22022202
example, a malformed declaration may be missing a property name, colon (:), or
22032203
property value. The following are all equivalent:
22042204

@@ -2219,7 +2219,7 @@ p { color:red; color{;color:maroon}; color:green } /* same with recovery */
22192219
<li><strong>Malformed statements.</strong> User agents must handle
22202220
unexpected tokens encountered while parsing a statement by reading
22212221
until the end of the statement, while observing the rules for matching
2222-
pairs of (), [], {}, "", and '''', and correctly handling escapes. For
2222+
pairs of (), [], {}, "", and &apos;&apos;, and correctly handling escapes. For
22232223
example, a malformed statement may contain an unexpected closing brace
22242224
or at-keyword. E.g., the following lines are all ignored:
22252225

@@ -10585,7 +10585,7 @@ mark characters:</em></p>
1058510585
<tr><td>&lsquo;<td>`<td>2018<td>LEFT SINGLE QUOTATION MARK [single high-6]
1058610586
<tr><td>&rsquor;<td>'<td>2019<td>RIGHT SINGLE QUOTATION MARK [single high-9]
1058710587
<tr><td>&ldquo;<td>``<td>201C<td>LEFT DOUBLE QUOTATION MARK [double high-6]
10588-
<tr><td>&rdquor;<td>''''<td>201D<td>RIGHT DOUBLE QUOTATION MARK [double high-9]
10588+
<tr><td>&rdquor;<td>&apos;&apos;<td>201D<td>RIGHT DOUBLE QUOTATION MARK [double high-9]
1058910589
<tr><td>&ldquor;<td>,,<td>201E<td>DOUBLE LOW-9 QUOTATION MARK [double low-9]
1059010590
</table>
1059110591
</div>
@@ -15175,7 +15175,7 @@ below they are marked with an asterisk.
1517515175

1517615176
<dt><strong>*<a data-link-type="value" data-link-for="&lt;border-style&gt;" class="value-inst-hidden">hidden</a></strong>
1517715177

15178-
<dd>Same as ''<<border-style>>/none'', but in the <a href="#collapsing-borders">collapsing border model</a>, also
15178+
<dd>Same as ''<border-style>/none'', but in the <a href="#collapsing-borders">collapsing border model</a>, also
1517915179
inhibits any other border (see the section on <a href="#border-conflict-resolution">border conflicts</a>).
1518015180

1518115181
<dt><strong><a data-link-type="value" data-link-for="&lt;border-style&gt;" class="value-inst-dotted">dotted</a></strong>

selectors-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@ ID selectors</h3>
19031903
what the ID of an element is (though a UA may have namespace-specific
19041904
knowledge that allows it to determine which attribute is the ID
19051905
attribute for that namespace). If a style sheet author knows or
1906-
suspects that a UA may not know what the ID of an element is, he
1906+
suspects that a UA may not know what the ID of an element is, they
19071907
should use normal attribute selectors instead:
19081908
''[name=p371]'' instead of ''#p371''.
19091909

0 commit comments

Comments
 (0)