Skip to content

Commit 68734ce

Browse files
committed
Rename logical-width and logical-height to measure and length to see how people react
1 parent a8445ee commit 68734ce

2 files changed

Lines changed: 42 additions & 29 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<h1>CSS Writing Modes Module Level 3</h1>
2929

30-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 October
30+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 November
3131
2010</h2>
3232

3333
<dl>
@@ -229,14 +229,17 @@ <h2 class="no-num no-toc" id=Contents>Contents</h2>
229229
Properties</a>
230230
<ul class=toc>
231231
<li><a href="#logical-dimension-properties"><span class=secno>8.3.1.
232-
</span>Length and Measure: the logical-width and logical-height
233-
properties</a>
232+
</span>Logical Height and Logical Width: the &lsquo;<code
233+
class=property>length</code>&rsquo; and &lsquo;<code
234+
class=property>measure</code>&rsquo; properties</a>
234235

235236
<li><a href="#logical-prop"><span class=secno>8.3.2. </span>Logical
236-
Margins and Offsets</a>
237+
Margins and Offsets: : the margin- and offset- before/after/start/end
238+
properties</a>
237239

238240
<li><a href="#border-padding"><span class=secno>8.3.3. </span>Logical
239-
Padding and Border</a>
241+
Padding and Border: the padding- and border-<var>*</var>-
242+
before/after/start/end properties</a>
240243

241244
<li><a href="#logical-shorthand-keyword"><span class=secno>8.3.4.
242245
</span>Shorthand Properties with &lsquo;<code
@@ -1440,7 +1443,7 @@ <h3 id=dimensions><span class=secno>7.1. </span>Logical vs Physical
14401443
<dd>A measurement in the inline dimension: refers to the physical width
14411444
(horizontal dimension) in horizontal writing modes, and to the physical
14421445
height (vertical dimension) in vertical writing modes. (The term <a
1443-
href="#measure"><i>measure</i></a> derives from its <a
1446+
href="#measure0"><i>measure</i></a> derives from its <a
14441447
href="http://en.wikipedia.org/wiki/Measure_%28typography%29">use in
14451448
typography</a>.)
14461449
</dl>
@@ -2176,16 +2179,17 @@ <h3 id=logical-properties><span class=secno>8.3. </span>Logical Properties</h3>
21762179
logical unspecified 1em unspecified 2em</code>&rsquo; instead of these
21772180
properties
21782181

2179-
<h4 id=logical-dimension-properties><span class=secno>8.3.1. </span>Length
2180-
and Measure: the logical-width and logical-height properties</h4>
2182+
<h4 id=logical-dimension-properties><span class=secno>8.3.1. </span>Logical
2183+
Height and Logical Width: the &lsquo;<a href="#length0"><code
2184+
class=property>length</code></a>&rsquo; and &lsquo;<a
2185+
href="#measure0"><code class=property>measure</code></a>&rsquo; properties</h4>
21812186

21822187
<table class=propdef>
21832188
<tbody>
21842189
<tr>
21852190
<th>Name:
21862191

2187-
<td><dfn id=logical-width0>logical-width</dfn>, <dfn
2188-
id=logical-height0>logical-height</dfn>
2192+
<td><dfn id=measure0>measure</dfn>, <dfn id=length0>length</dfn>
21892193

21902194
<tr>
21912195
<th>Value:
@@ -2211,7 +2215,8 @@ <h4 id=logical-dimension-properties><span class=secno>8.3.1. </span>Length
22112215
<tr>
22122216
<th>Percentages:
22132217

2214-
<td>logical-width, resp. logical-height of containing block
2218+
<td><a href="#measure">measure</a>, <a href="#length">length</a> of
2219+
containing block
22152220

22162221
<tr>
22172222
<th>Media:
@@ -2236,8 +2241,8 @@ <h4 id=logical-dimension-properties><span class=secno>8.3.1. </span>Length
22362241
<tr>
22372242
<th>Name:
22382243

2239-
<td><dfn id=min-logical-width>min-logical-width</dfn>, <dfn
2240-
id=min-logical-height>min-logical-height</dfn>
2244+
<td><dfn id=min-measure>min-measure</dfn>, <dfn
2245+
id=min-length>min-length</dfn>
22412246

22422247
<tr>
22432248
<th>Value:
@@ -2263,7 +2268,8 @@ <h4 id=logical-dimension-properties><span class=secno>8.3.1. </span>Length
22632268
<tr>
22642269
<th>Percentages:
22652270

2266-
<td>logical-width, resp. logical-height of containing block
2271+
<td><a href="#measure">measure</a>, <a href="#length">length</a> of
2272+
containing block
22672273

22682274
<tr>
22692275
<th>Media:
@@ -2287,8 +2293,8 @@ <h4 id=logical-dimension-properties><span class=secno>8.3.1. </span>Length
22872293
<tr>
22882294
<th>Name:
22892295

2290-
<td><dfn id=max-logical-width>max-logical-width</dfn>, <dfn
2291-
id=max-logical-height>max-logical-height</dfn>
2296+
<td><dfn id=max-measure>max-measure</dfn>, <dfn
2297+
id=max-length>max-length</dfn>
22922298

22932299
<tr>
22942300
<th>Value:
@@ -2314,7 +2320,8 @@ <h4 id=logical-dimension-properties><span class=secno>8.3.1. </span>Length
23142320
<tr>
23152321
<th>Percentages:
23162322

2317-
<td>logical-width, resp. logical-height of containing block
2323+
<td><a href="#measure">measure</a>, <a href="#length">length</a> of
2324+
containing block
23182325

23192326
<tr>
23202327
<th>Media:
@@ -2335,7 +2342,7 @@ <h4 id=logical-dimension-properties><span class=secno>8.3.1. </span>Length
23352342
class=property>writing-mode</code></a>&rsquo;.
23362343

23372344
<h4 id=logical-prop><span class=secno>8.3.2. </span>Logical Margins and
2338-
Offsets</h4>
2345+
Offsets: : the margin- and offset- before/after/start/end properties</h4>
23392346

23402347
<table class=propdef>
23412348
<tbody>
@@ -2455,7 +2462,8 @@ <h4 id=logical-prop><span class=secno>8.3.2. </span>Logical Margins and
24552462
class=property>text-orientation</code></a>&rsquo;.
24562463

24572464
<h4 id=border-padding><span class=secno>8.3.3. </span>Logical Padding and
2458-
Border</h4>
2465+
Border: the padding- and border-<var>*</var>- before/after/start/end
2466+
properties</h4>
24592467

24602468
<table class=propdef>
24612469
<tbody>

css3-writing-modes/Overview.src.html

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,14 +1544,14 @@ <h3 id="logical-properties">Logical Properties</h3>
15441544
<p class="issue">another idea is to allow ''margin: logical unspecified 1em unspecified 2em'' instead of these properties</p>
15451545

15461546

1547-
<h4 id="logical-dimension-properties">Length and Measure:
1548-
the logical-width and logical-height properties</h4>
1547+
<h4 id="logical-dimension-properties">Logical Height and Logical Width:
1548+
the 'length' and 'measure' properties</h4>
15491549

15501550
<table class="propdef">
15511551
<tbody>
15521552
<tr>
15531553
<th>Name:</th>
1554-
<td><dfn>logical-width</dfn>, <dfn>logical-height</dfn></td>
1554+
<td><dfn>measure</dfn>, <dfn>length</dfn></td>
15551555
</tr>
15561556
<tr>
15571557
<th>Value:</th>
@@ -1571,7 +1571,8 @@ <h4 id="logical-dimension-properties">Length and Measure:
15711571
</tr>
15721572
<tr>
15731573
<th>Percentages:</th>
1574-
<td>logical-width, resp. logical-height of containing block</td>
1574+
<td><a href="#measure">measure</a>, <a href="#length">length</a>
1575+
of containing block</td>
15751576
</tr>
15761577
<tr>
15771578
<th>Media:</th>
@@ -1591,7 +1592,7 @@ <h4 id="logical-dimension-properties">Length and Measure:
15911592
<tbody>
15921593
<tr>
15931594
<th>Name:</th>
1594-
<td><dfn>min-logical-width</dfn>, <dfn>min-logical-height</dfn></td>
1595+
<td><dfn>min-measure</dfn>, <dfn>min-length</dfn></td>
15951596
</tr>
15961597
<tr>
15971598
<th>Value:</th>
@@ -1611,7 +1612,8 @@ <h4 id="logical-dimension-properties">Length and Measure:
16111612
</tr>
16121613
<tr>
16131614
<th>Percentages:</th>
1614-
<td>logical-width, resp. logical-height of containing block</td>
1615+
<td><a href="#measure">measure</a>, <a href="#length">length</a>
1616+
of containing block</td>
16151617
</tr>
16161618
<tr>
16171619
<th>Media:</th>
@@ -1631,7 +1633,7 @@ <h4 id="logical-dimension-properties">Length and Measure:
16311633
<tbody>
16321634
<tr>
16331635
<th>Name:</th>
1634-
<td><dfn>max-logical-width</dfn>, <dfn>max-logical-height</dfn></td>
1636+
<td><dfn>max-measure</dfn>, <dfn>max-length</dfn></td>
16351637
</tr>
16361638
<tr>
16371639
<th>Value:</th>
@@ -1651,7 +1653,8 @@ <h4 id="logical-dimension-properties">Length and Measure:
16511653
</tr>
16521654
<tr>
16531655
<th>Percentages:</th>
1654-
<td>logical-width, resp. logical-height of containing block</td>
1656+
<td><a href="#measure">measure</a>, <a href="#length">length</a>
1657+
of containing block</td>
16551658
</tr>
16561659
<tr>
16571660
<th>Media:</th>
@@ -1667,7 +1670,8 @@ <h4 id="logical-dimension-properties">Length and Measure:
16671670
<p>These properties correspond to the 'min-width' and 'min-height' properties.
16681671
The mapping depends on the element's 'writing-mode'.</p>
16691672

1670-
<h4 id="logical-prop">Logical Margins and Offsets</h4>
1673+
<h4 id="logical-prop">Logical Margins and Offsets: : the margin- and
1674+
offset- before/after/start/end properties</h4>
16711675

16721676
<table class="propdef">
16731677
<tbody>
@@ -1754,7 +1758,8 @@ <h4 id="logical-prop">Logical Margins and Offsets</h4>
17541758
The mapping depends on the <em>parent element's</em> 'writing-mode',
17551759
'direction', and 'text-orientation'.
17561760

1757-
<h4 id="border-padding">Logical Padding and Border</h4>
1761+
<h4 id="border-padding">Logical Padding and Border: the padding- and
1762+
border-<var>*</var>- before/after/start/end properties</h4>
17581763

17591764
<table class="propdef">
17601765
<tbody>

0 commit comments

Comments
 (0)