8000 [css-text] The term definition of "tab size" was removed to avoid con… · w3c/csswg-drafts@4e0e19c · GitHub
Skip to content

Commit 4e0e19c

Browse files
author
kojiishi
committed
[css-text] The term definition of "tab size" was removed to avoid conflict with the property name
1 parent 90bbcda commit 4e0e19c

2 files changed

Lines changed: 13 additions & 17 deletions

File tree

css-text/Overview.html

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h2 class="no-num no-toc" id=status>Status of This Document</h2>
200200
<li>the ‘<code class=css>full-width</code>’ value of ‘<a
201201
href="#text-transform"><code class=property>text-transform</code></a>
202202

203-
<li>the &lt;length> values of the ‘<a href="#tab-size0"><code
203+
<li>the &lt;length> values of the ‘<a href="#tab-size"><code
204204
class=property>tab-size</code></a>’ property
205205

206206
<li>the ‘<code class=css>start end</code>’ value of ‘<a
@@ -1089,9 +1089,8 @@ <h4 id=white-space-phase-2><span class=secno>4.1.3. </span>Phase II:
10891089
<li>Each tab is rendered as a horizontal shift that lines up the start
10901090
edge of the next glyph with the next <a href="#tab-stops"><i>tab
10911091
stop</i></a>. <dfn id=tab-stops title="tab stop">Tab stops</dfn> occur at
1092-
points that are multiples of the <a href="#tab-size"><i>tab size</i></a>
1093-
from the block's starting content edge. The <dfn id=tab-size>tab
1094-
size</dfn> is given by the ‘<a href="#tab-size0"><code
1092+
points that are multiples of the tab size from the block's starting
1093+
content edge. The tab size is given by the ‘<a href="#tab-size"><code
10951094
class=property>tab-size</code></a>’ property.
10961095

10971096
<li>A sequence of <a href="#collapsible"><i>collapsible</i></a> spaces at
@@ -1107,15 +1106,15 @@ <h4 id=white-space-phase-2><span class=secno>4.1.3. </span>Phase II:
11071106
processing steps is called <dfn id=preserved>preserved</dfn> white space.
11081107

11091108
<h3 id=tab-size-property><span class=secno>4.2. </span> Tab Character Size:
1110-
the ‘<a href="#tab-size0"><code class=property>tab-size</code></a>
1109+
the ‘<a href="#tab-size"><code class=property>tab-size</code></a>
11111110
property</h3>
11121111

11131112
<table class=propdef>
11141113
<tbody>
11151114
<tr>
11161115
<th>Name:
11171116

1118-
<td><dfn id=tab-size0>tab-size</dfn>
1117+
<td><dfn id=tab-size>tab-size</dfn>
11191118

11201119
<tr>
11211120
<th><a href="#values">Value</a>:
@@ -1164,10 +1163,10 @@ <h3 id=tab-size-property><span class=secno>4.2. </span> Tab Character Size:
11641163
<td>N/A
11651164
</table>
11661165

1167-
<p>This property determines the <a href="#tab-size"><i>tab size</i></a>
1168-
used to render preserved tab characters (U+0009). Integers represent the
1169-
measure as multiples of the space character's advance width (U+0020).
1170-
Negative values are not allowed.
1166+
<p>This property determines the <i>tab size</i> used to render preserved
1167+
tab characters (U+0009). Integers represent the measure as multiples of
1168+
the space character's advance width (U+0020). Negative values are not
1169+
allowed.
11711170

11721171
<h2 id=line-breaking><span class=secno>5. </span> Line Breaking and Word
11731172
Boundaries</h2>
@@ -4259,10 +4258,7 @@ <h2 class=no-num id=index> Index</h2>
42594258
title="section ??"><strong>??</strong></a>
42604259
</ul>
42614260

4262-
<li>tab size, <a href="#tab-size"
4263-
title="section 4.1.3."><strong>4.1.3.</strong></a>
4264-
4265-
<li>tab-size, <a href="#tab-size0"
4261+
<li>tab-size, <a href="#tab-size"
42664262
title="section 4.2."><strong>4.2.</strong></a>
42674263

42684264
<li>tab stop, <a href="#tab-stops"
@@ -4415,7 +4411,7 @@ <h2 class=no-num id=property-index> Property Index</h2>
44154411
<td>visual
44164412

44174413
<tr>
4418-
<th><a class=property href="#tab-size0">tab-size</a>
4414+
<th><a class=property href="#tab-size">tab-size</a>
44194415

44204416
<td>&lt;integer&gt; | &lt;length&gt;
44214417

css-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,9 +733,9 @@ <h4 id="white-space-phase-2">Phase II: Trimming and Positioning</h4>
733733
removed.
734734
<li>Each tab is rendered as a horizontal shift
735735
that lines up the start edge of the next glyph with the next <i>tab stop</i>.
736-
<dfn title="tab stop">Tab stops</dfn> occur at points that are multiples of the <i>tab size</i>
736+
<dfn title="tab stop">Tab stops</dfn> occur at points that are multiples of the tab size
737737
from the block's starting content edge.
738-
The <dfn>tab size</dfn> is given by the 'tab-size' property.
738+
The tab size is given by the 'tab-size' property.
739739
<li>A sequence of <i>collapsible</i> spaces at the end of a line is removed.
740740
<li>If spaces or tabs at the end of a line are non-collapsible but
741741
have 'white-space' set to 'pre-wrap' the UA may visually

0 commit comments

Comments
 (0)