Skip to content

Commit a53b670

Browse files
committed
[css-text-3] Get rid of mixed space/tabs indentation
There are still two styles in this document, but at least now each section is internally consistent, and there are no more lines nonsensical mixes.
1 parent 83c0358 commit a53b670

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

css-text-3/Overview.bs

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ spec:css-fonts-4; type:property; text:font-feature-settings
4646
.egbidiwsaB { background:yellow;border:2px dotted white }
4747
.egbidiwsbC { border:2px dotted red }
4848

49-
.hyphens-ex {
50-
border: thin solid black;
51-
display: inline-block;
52-
padding: 4pt;
53-
}
49+
.hyphens-ex {
50+
border: thin solid black;
51+
display: inline-block;
52+
padding: 4pt;
53+
}
5454

5555
/* Start Letter-spacing Tutorial */
5656
.ls-ex {
@@ -908,28 +908,28 @@ Text Processing</h3>
908908
<td>Collapse</td>
909909
<td>Collapse</td>
910910
<td>Wrap</td>
911-
<td>Remove</td>
911+
<td>Remove</td>
912912
</tr>
913913
<tr>
914914
<th>''pre''</th>
915915
<td>Preserve</td>
916916
<td>Preserve</td>
917917
<td>No wrap</td>
918-
<td>Preserve</td>
918+
<td>Preserve</td>
919919
</tr>
920920
<tr>
921921
<th>''nowrap''</th>
922922
<td>Collapse</td>
923923
<td>Collapse</td>
924924
<td>No wrap</td>
925-
<td>Remove</td>
925+
<td>Remove</td>
926926
</tr>
927927
<tr>
928928
<th>''pre-wrap''</th>
929929
<td>Preserve</td>
930930
<td>Preserve</td>
931931
<td>Wrap</td>
932-
<td>Hang</td>
932+
<td>Hang</td>
933933
</tr>
934934
<tr>
935935
<th>''break-spaces''</th>
@@ -1210,9 +1210,9 @@ Text Processing</h3>
12101210
white-space/white-space-empty-text-sibling.html
12111211
</wpt>
12121212
<wpt pathprefix="/css/CSS2/text/">
1213-
white-space-001.xht
1214-
white-space-003.xht
1215-
white-space-005.xht
1213+
white-space-001.xht
1214+
white-space-003.xht
1215+
white-space-005.xht
12161216
white-space-collapsing-001.xht
12171217
white-space-collapsing-002.xht
12181218
white-space-collapsing-004.xht
@@ -1391,7 +1391,7 @@ Text Processing</h3>
13911391

13921392
<ul>
13931393
<li>If the character immediately before or immediately after the [=segment break=]
1394-
is the zero-width space character (U+200B), then the break
1394+
is the zero-width space character (U+200B), then the break
13951395
is removed, leaving behind the zero-width space.
13961396

13971397
<wpt>
@@ -1687,8 +1687,8 @@ Text Processing</h3>
16871687
allows users to see the space when selecting or editing text.
16881688
<li>If 'white-space' is set to ''break-spaces'',
16891689
[=hanging=] or collapsing the advance width of the [=spaces=],
1690-
[=tabs=],
1691-
or [=other space separators=]
1690+
[=tabs=],
1691+
or [=other space separators=]
16921692
at the end of the line is not allowed;
16931693
those that overflow must <a>wrap</a> to the next line.
16941694

@@ -2572,7 +2572,7 @@ Line Breaking Details</h3>
25722572
<style>
25732573
#jp-title-break td samp,
25742574
#jp-title-break td pre {
2575-
font-size: 1.5em;
2575+
font-size: 1.5em;
25762576
width: 9em;
25772577
line-height: 2;
25782578
padding: 0.5em 1em;
@@ -2611,12 +2611,12 @@ Line Breaking Details</h3>
26112611
<th scope=row>Expected rendering
26122612
<td>
26132613
<pre lang=ja>
2614-
窓ぎわのトットちゃ
2615-
</pre>
2614+
窓ぎわのトットちゃ
2615+
</pre>
26162616
<td>
26172617
<pre lang=ja>
2618-
窓ぎわの
2619-
トットちゃん</pre>
2618+
窓ぎわの
2619+
トットちゃん</pre>
26202620
<tr>
26212621
<th scope=row>Result in your browser
26222622
<td>
@@ -3231,8 +3231,8 @@ Line Breaking Details</h3>
32313231
overflow-wrap/overflow-wrap-min-content-size-001.html
32323232
overflow-wrap/overflow-wrap-min-content-size-002.html
32333233
overflow-wrap/overflow-wrap-min-content-size-003.html
3234-
overflow-wrap/overflow-wrap-anywhere-001.html
3235-
overflow-wrap/overflow-wrap-anywhere-003.html
3234+
overflow-wrap/overflow-wrap-anywhere-001.html
3235+
overflow-wrap/overflow-wrap-anywhere-003.html
32363236
overflow-wrap/overflow-wrap-anywhere-fit-content-001.html
32373237
overflow-wrap/overflow-wrap-cluster-002.html
32383238
overflow-wrap/overflow-wrap-shaping-002.html
@@ -3248,8 +3248,8 @@ Line Breaking Details</h3>
32483248

32493249
<wpt>
32503250
overflow-wrap/overflow-wrap-001.html
3251-
overflow-wrap/overflow-wrap-break-word-001.html
3252-
overflow-wrap/overflow-wrap-break-word-003.html
3251+
overflow-wrap/overflow-wrap-break-word-001.html
3252+
overflow-wrap/overflow-wrap-break-word-003.html
32533253
overflow-wrap/overflow-wrap-break-word-008.html
32543254
overflow-wrap/overflow-wrap-min-content-size-004.html
32553255
overflow-wrap/overflow-wrap-break-word-fit-content-001.html
@@ -3258,7 +3258,7 @@ Line Breaking Details</h3>
32583258
overflow-wrap/overflow-wrap-break-word-long-crash.html
32593259
white-space/break-spaces-before-first-char-008.html
32603260
white-space/break-spaces-before-first-char-012.html
3261-
overflow-wrap/overflow-wrap-break-word-keep-all-001.html
3261+
overflow-wrap/overflow-wrap-break-word-keep-all-001.html
32623262
</wpt>
32633263
</dl>
32643264

@@ -4921,13 +4921,13 @@ Tagging Content by Writing System</h2>
49214921
not the conventions of that language in a different writing system,
49224922
which would be inappropriate to the writing system used in this case.
49234923

4924-
<wpt>
4925-
writing-system/writing-system-font-001.html
4926-
writing-system/writing-system-text-transform-001.html
4927-
writing-system/writing-system-segment-break-001.html
4928-
writing-system/writing-system-line-break-001.html
4929-
writing-system/writing-system-line-break-002.html
4930-
</wpt>
4924+
<wpt>
4925+
writing-system/writing-system-font-001.html
4926+
writing-system/writing-system-text-transform-001.html
4927+
writing-system/writing-system-segment-break-001.html
4928+
writing-system/writing-system-line-break-001.html
4929+
writing-system/writing-system-line-break-002.html
4930+
</wpt>
49314931

49324932
The full correspondence between languages and their most common writing system
49334933
is out of scope for this document.
@@ -4941,10 +4941,10 @@ Tagging Content by Writing System</h2>
49414941
then the [=writing system=] is <dfn noexport for=writing-system>Japanese</dfn>.
49424942

49434943

4944-
<wpt>
4945-
writing-system/writing-system-line-break-002.html
4946-
writing-system/writing-system-segment-break-001.html
4947-
</wpt>
4944+
<wpt>
4945+
writing-system/writing-system-line-break-002.html
4946+
writing-system/writing-system-segment-break-001.html
4947+
</wpt>
49484948
* If the [=content language=] is Korean and the [=writing system=] is unspecified,
49494949
or for any [=content language=] if the [=writing system=] to specified to be one of the ''Kore'', ''Hang'', or ''Jamo'' [[ISO15924]] codes,
49504950
then the [=writing system=] is <dfn noexport for=writing-system>Korean</dfn>.

0 commit comments

Comments
 (0)