Skip to content

Commit ecfebea

Browse files
author
Tantek Çelik
committed
fix computed values of several properties, update affiliation.
1 parent 76e7709 commit ecfebea

2 files changed

Lines changed: 84 additions & 89 deletions

File tree

css3-ui/Overview.html

Lines changed: 73 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
src="http://www.w3.org/Icons/w3c_home" width=72> </a>
5656
<h1>CSS Basic User Interface Module Level 3</h1>
5757

58-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 September
58+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 October
5959
2011</h2>
6060

6161
<dl>
6262
<dt>This version:</dt>
63-
<!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20110929">http://www.w3.org/TR/2011/ED-css3-ui-20110929</a></dd> -->
63+
<!-- <dd><a href="http://www.w3.org/TR/2011/ED-css3-ui-20111029">http://www.w3.org/TR/2011/ED-css3-ui-20111029</a></dd> -->
6464

6565
<dd><a
6666
href="http://dev.w3.org/csswg/css3-ui/">http://dev.w3.org/csswg/css3-ui/</a>
@@ -87,23 +87,25 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 September
8787

8888
<dt>Editor:
8989

90-
<dd class=vcard><span class=fn lang=tr>Tantek &Ccedil;elik</span> (<a
91-
class="company role url" href="http://tantek.com/">invited expert</a>,
92-
and before at <a href="http://www.microsoft.com/">Microsoft
93-
Corporation</a>) &lt;<a class=email
90+
<dd class="vcard h-card"><a class="fn p-fn url u-url"
91+
href="http://tantek.com" lang=tr>Tantek &Ccedil;elik</a> (<a
92+
class="company org h-org" href="http://www.mozilla.org/">Mozilla
93+
Foundation</a>, and before at <a
94+
href="http://www.microsoft.com/">Microsoft Corporation</a>) &lt;<a
95+
class="email u-email"
9496
href="mailto:tantek@cs.stanford.edu">tantek@cs.stanford.edu</a>&gt;
9597
</dl>
9698
<!--begin-copyright-->
9799
<p class=copyright><a
98100
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
99101
rel=license>Copyright</a> &copy; 2011 <a
100-
href="http://www.w3.org/"><acronym title="World Wide Web
101-
Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
102-
href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute
103-
of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym
104-
title="European Research Consortium for Informatics and
105-
Mathematics">ERCIM</acronym></a>, <a
106-
href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
102+
href="http://www.w3.org/"><acronym
103+
title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
104+
href="http://www.csail.mit.edu/"><acronym
105+
title="Massachusetts Institute of Technology">MIT</acronym></a>, <a
106+
href="http://www.ercim.eu/"><acronym
107+
title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
108+
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
107109
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
108110
<a
109111
href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
@@ -1560,8 +1562,7 @@ <h4 class="no-num no-toc" id=a-few-appearance-values-demonstrated-usi>A
15601562
<tr>
15611563
<td>button
15621564

1563-
<td>
1564-
<button>Search</button>
1565+
<td><button>Search</button>
15651566

15661567
<tr>
15671568
<td>push-button
@@ -1869,8 +1870,7 @@ <h3 id=system-fonts><span class=secno>5.3. </span>System fonts</h3>
18691870
<tr>
18701871
<th>Computed&nbsp;value:
18711872

1872-
<td> The computed values for system font keywords are simply the
1873-
keywords themselves.
1873+
<td> see individual properties.
18741874
</table>
18751875

18761876
<dl>
@@ -2106,13 +2106,7 @@ <h3 id=icon-property><span class=secno>6.2. </span><span
21062106
<tr>
21072107
<th>Computed&nbsp;value:
21082108

2109-
<td>The computed value for &lsquo;<code class=css><span
2110-
class=value>auto</span></code>&rsquo; is &lsquo;<code class=css><span
2111-
class=value>auto</span></code>&rsquo;. The computed value for the
2112-
&lt;uri&gt; value is either the fully qualified URI value for the
2113-
referenced icon that the UA is able to render, or &lsquo;<code
2114-
class=css><span class=value>auto</span></code>&rsquo; if the UA did not
2115-
find any referenced icons that it could render.
2109+
<td>as specified, except with any relative URLs converted to absolute
21162110
</table>
21172111

21182112
<dl>
@@ -2154,8 +2148,11 @@ <h4 class="no-num no-toc" id=representing-elements-with-icons>Representing
21542148

21552149
<pre><code class=css>
21562150
img,object { content:icon }
2157-
/* note that the CSS3 Generated Content module <a href="#CSS3GENCON" rel=biblioentry>[CSS3GENCON]<!--{{CSS3GENCON}}--></a>
2158-
expands the <a class=property href="#content">'content'</a> property to apply to all elements. */
2151+
/* note that the CSS3 Generated Content module <a
2152+
href="#CSS3GENCON" rel=biblioentry>[CSS3GENCON]<!--{{CSS3GENCON}}--></a>
2153+
expands the <a
2154+
class=property
2155+
href="#content">'content'</a> property to apply to all elements. */
21592156

21602157
img { icon:url(imgicon.png); }
21612158
/* provide a custom icon for images */
@@ -2301,11 +2298,13 @@ <h5 class="no-num no-toc" id=sample-html-fragment0>sample HTML fragment:</h5>
23012298
HTML:</h5>
23022299

23032300
<div style="width:38em; border:1em solid black">
2304-
<div style="box-sizing:border-box; width:50%; border:1em silver ridge;
2305-
float:left">This div should occupy the left half.</div>
2301+
<div
2302+
style="box-sizing:border-box; width:50%; border:1em silver ridge; float:left">This
2303+
div should occupy the left half.</div>
23062304

2307-
<div style="box-sizing:border-box; width:50%; border:1em silver ridge;
2308-
float:left">This div should occupy the right half.</div>
2305+
<div
2306+
style="box-sizing:border-box; width:50%; border:1em silver ridge; float:left">This
2307+
div should occupy the right half.</div>
23092308
The two divs above should appear side by side, each (including borders)
23102309
50% of the content width of their container. If instead they are stacked
23112310
one on top of the other then your browser does not support <span
@@ -2378,7 +2377,7 @@ <h3 id=outline><span class=secno>8.1. </span><span class=property>&lsquo;<a
23782377
<tr>
23792378
<th>Computed&nbsp;value:
23802379

2381-
<td>undefined for shorthand properties
2380+
<td>see individual properties
23822381
</table>
23832382

23842383
<h3 id=outline-width><span class=secno>8.2. </span><span
@@ -2427,7 +2426,8 @@ <h3 id=outline-width><span class=secno>8.2. </span><span
24272426
<tr>
24282427
<th>Computed&nbsp;value:
24292428

2430-
<td>&lt;length&gt; value in absolute units (px or physical).
2429+
<td>absolute length; &lsquo;<code class=css>0</code>&rsquo; if the
2430+
outline style is &lsquo;<code class=property>none</code>&rsquo;.
24312431
</table>
24322432

24332433
<h3 id=outline-style><span class=secno>8.3. </span><span
@@ -3074,12 +3074,14 @@ <h5 class="no-num no-toc" id=sample-css-for-a-div>sample CSS for a div:</h5>
30743074
text drawing outside of it. </object>
30753075

30763076
<td>
3077-
<div style="width:3.2em; border:solid .1em black; margin:1em 0;
3078-
padding:.2em; font-family:Helvetica,sans-serif;">CSS IS AWESOME</div>
3077+
<div
3078+
style="width:3.2em; border:solid .1em black; margin:1em 0; padding:.2em; font-family:Helvetica,sans-serif;">CSS
3079+
IS AWESOME</div>
30793080

30803081
<tr>
30813082
<td>
3082-
<pre><code>&lt;div style="<a href="#clip"><strong>text-overflow:clip;</strong></a> overflow:hidden"&gt;
3083+
<pre><code>&lt;div style="<a
3084+
href="#clip"><strong>text-overflow:clip;</strong></a> overflow:hidden"&gt;
30833085
CSS IS AWESOME
30843086
&lt;/div&gt;
30853087
</code></pre>
@@ -3088,14 +3090,14 @@ <h5 class="no-num no-toc" id=sample-css-for-a-div>sample CSS for a div:</h5>
30883090
box with the text clipped outside the box. </object>
30893091

30903092
<td>
3091-
<div style="width:3.2em; border:solid .1em black; margin:1em 0;
3092-
padding:.2em;
3093-
font-family:Helvetica,sans-serif;overflow:hidden;text-overflow:clip;">CSS
3093+
<div
3094+
style="width:3.2em; border:solid .1em black; margin:1em 0; padding:.2em; font-family:Helvetica,sans-serif;overflow:hidden;text-overflow:clip;">CSS
30943095
IS AWESOME</div>
30953096

30963097
<tr>
30973098
<td>
3098-
<pre><code>&lt;div style="<a href="#ellipsis"><strong>text-overflow:ellipsis;</strong></a> overflow:hidden"&gt;
3099+
<pre><code>&lt;div style="<a
3100+
href="#ellipsis"><strong>text-overflow:ellipsis;</strong></a> overflow:hidden"&gt;
30993101
CSS IS AWESOME
31003102
&lt;/div&gt;
31013103
</code></pre>
@@ -3104,14 +3106,14 @@ <h5 class="no-num no-toc" id=sample-css-for-a-div>sample CSS for a div:</h5>
31043106
with an ellipsis representing the clipped text. </object>
31053107

31063108
<td>
3107-
<div style="width:3.2em; border:solid .1em black; margin:1em 0;
3108-
padding:.2em;
3109-
font-family:Helvetica,sans-serif;overflow:hidden;text-overflow:ellipsis;">CSS
3109+
<div
3110+
style="width:3.2em; border:solid .1em black; margin:1em 0; padding:.2em; font-family:Helvetica,sans-serif;overflow:hidden;text-overflow:ellipsis;">CSS
31103111
IS AWESOME</div>
31113112

31123113
<tr>
31133114
<td>
3114-
<pre><code>&lt;div style="<a href="#ellipsis"><strong>text-overflow:ellipsis;</strong></a> overflow:hidden"&gt;
3115+
<pre><code>&lt;div style="<a
3116+
href="#ellipsis"><strong>text-overflow:ellipsis;</strong></a> overflow:hidden"&gt;
31153117
NESTED
31163118
&lt;p&gt;PARAGRAPH&lt;/p&gt;
31173119
WON'T ELLIPSE.
@@ -3123,9 +3125,8 @@ <h5 class="no-num no-toc" id=sample-css-for-a-div>sample CSS for a div:</h5>
31233125
non-inheritance into a nested element. </object>
31243126

31253127
<td>
3126-
<div style="width:3.2em; border:solid .1em black; margin:1em 0;
3127-
padding:.2em;
3128-
font-family:Helvetica,sans-serif;overflow:hidden;text-overflow:ellipsis;">NESTED
3128+
<div
3129+
style="width:3.2em; border:solid .1em black; margin:1em 0; padding:.2em; font-family:Helvetica,sans-serif;overflow:hidden;text-overflow:ellipsis;">NESTED
31293130

31303131
<p>PARAGRAPH</p>
31313132
WON'T ELLIPSE.</div>
@@ -3240,13 +3241,7 @@ <h4 id=cursor><span class=secno>10.1.1. </span><span
32403241
<tr>
32413242
<th>Computed&nbsp;value:
32423243

3243-
<td>If there are one or more &lt;uri&gt; values specified, and the UA
3244-
finds a &lt;uri&gt; that it is able to support (due to format, resource
3245-
availability etc.), then the computed value is that resolved absolute
3246-
URI, fully qualified, with optional &lt;x&gt; and &lt;y&gt;
3247-
coordinates. If no such supported &lt;uri&gt; value is found, or if no
3248-
&lt;uri&gt; values were specified, then the computed value is the
3249-
specified keyword value.
3244+
<td>as specified, except with any relative URLs converted to absolute
32503245
</table>
32513246

32523247
<p>This property specifies the type of cursor to be displayed for the
@@ -3431,8 +3426,9 @@ <h5 class="no-num no-toc" id=zooming-cursors>zooming cursors</h5>
34313426

34323427
<dl>
34333428
<dt> <span style="cursor:-moz-zoom-in; cursor:-o-zoom-in; cursor:zoom-in">
3434-
zoom-in</span>, <span style="cursor:-moz-zoom-out; cursor:-o-zoom-out;
3435-
cursor:zoom-out"> zoom-out</span>
3429+
zoom-in</span>, <span
3430+
style="cursor:-moz-zoom-out; cursor:-o-zoom-out; cursor:zoom-out">
3431+
zoom-out</span>
34363432

34373433
<dd> Indicates that something can be zoomed (magnified) in or out, and
34383434
often rendered as a magnifying glass with a "+" or "-" in the center of
@@ -3520,7 +3516,7 @@ <h4 id=pointer-events><span class=secno>10.1.2. </span><span
35203516
<tr>
35213517
<th>Computed&nbsp;value:
35223518

3523-
<td>the specified value, or else the inherited value
3519+
<td>the specified value
35243520
</table>
35253521

35263522
<p>The pointer-events property allows authors to control whether or when an
@@ -3823,7 +3819,7 @@ <h4 id=nav-dir><span class=secno>10.2.2. </span>Directional focus
38233819
<tr>
38243820
<th>Computed&nbsp;value:
38253821

3826-
<td>&lt;id&gt; as specified with &lt;target-name&gt; string or keyword.
3822+
<td>as specified
38273823
</table>
38283824

38293825
<dl>
@@ -3962,7 +3958,7 @@ <h4 id=input-method-editor><span class=secno>10.2.3. </span>Input method
39623958
<tr>
39633959
<th>Computed&nbsp;value:
39643960

3965-
<td>&lt;id&gt; as specified
3961+
<td>as specified
39663962
</table>
39673963

39683964
<p> The &lsquo;<a href="#ime-mode"><code
@@ -4001,7 +3997,8 @@ <h4 id=input-method-editor><span class=secno>10.2.3. </span>Input method
40013997
id=example-disabling-input-method-support>Example: disabling input method
40023998
support</h5>
40033999

4004-
<pre><code class=html>&lt;input type=&quot;text&quot; name=&quot;name&quot; value=&quot;initial value&quot; style=&quot;ime-mode: disabled&quot;&gt;
4000+
<pre><code
4001+
class=html>&lt;input type=&quot;text&quot; name=&quot;name&quot; value=&quot;initial value&quot; style=&quot;ime-mode: disabled&quot;&gt;
40054002
</code></pre>
40064003

40074004
<p> This example disables input method support for a field; this might be
@@ -4056,19 +4053,19 @@ <h3 class="no-num no-toc" id=normative-references>Normative References</h3>
40564053
<dt id=CSS21>[CSS21]
40574054

40584055
<dd>Bert Bos; et al. <a
4059-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style
4056+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
40604057
Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 7 June
40614058
2011. W3C Recommendation. URL: <a
4062-
href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a>
4059+
href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
40634060
</dd>
40644061
<!---->
40654062

40664063
<dt id=CSS3COLOR>[CSS3COLOR]
40674064

40684065
<dd>Tantek &#199;elik; Chris Lilley; L. David Baron. <a
4069-
href="http://www.w3.org/TR/2011/REC-css3-color-20110607/"><cite>CSS Color
4066+
href="http://www.w3.org/TR/2011/REC-css3-color-20110607"><cite>CSS Color
40704067
Module Level 3.</cite></a> 7 June 2011. W3C Recommendation. URL: <a
4071-
href="http://www.w3.org/TR/2011/REC-css3-color-20110607/">http://www.w3.org/TR/2011/REC-css3-color-20110607/</a>
4068+
href="http://www.w3.org/TR/2011/REC-css3-color-20110607">http://www.w3.org/TR/2011/REC-css3-color-20110607</a>
40724069
</dd>
40734070
<!---->
40744071

@@ -4103,10 +4100,9 @@ <h3 class="no-num no-toc" id=normative-references>Normative References</h3>
41034100
<dt id=SELECT>[SELECT]
41044101

41054102
<dd>Tantek &#199;elik; et al. <a
4106-
href="http://www.w3.org/TR/2009/PR-css3-selectors-20091215"><cite>Selectors
4107-
Level 3.</cite></a> 15 December 2009. W3C Proposed Recommendation. (Work
4108-
in progress.) URL: <a
4109-
href="http://www.w3.org/TR/2009/PR-css3-selectors-20091215">http://www.w3.org/TR/2009/PR-css3-selectors-20091215</a>
4103+
href="http://www.w3.org/TR/2011/REC-css3-selectors-20110929/"><cite>Selectors
4104+
Level 3.</cite></a> 29 September 2011. W3C Recommendation. URL: <a
4105+
href="http://www.w3.org/TR/2011/REC-css3-selectors-20110929/">http://www.w3.org/TR/2011/REC-css3-selectors-20110929/</a>
41104106
</dd>
41114107
<!---->
41124108

@@ -4192,10 +4188,10 @@ <h3 class="no-num no-toc" id=informative-references>Informative References</h3>
41924188
<dt id=SVG11>[SVG11]
41934189

41944190
<dd>Erik Dahlstr&#246;m; et al. <a
4195-
href="http://www.w3.org/TR/2011/PR-SVG11-20110609/"><cite>Scalable Vector
4196-
Graphics (SVG) 1.1 (Second Edition).</cite></a> 9 June 2011. W3C Proposed
4197-
Recommendation. (Work in progress.) URL: <a
4198-
href="http://www.w3.org/TR/2011/PR-SVG11-20110609/">http://www.w3.org/TR/2011/PR-SVG11-20110609/</a>
4191+
href="http://www.w3.org/TR/2011/REC-SVG11-20110816/"><cite>Scalable
4192+
Vector Graphics (SVG) 1.1 (Second Edition).</cite></a> 16 August 2011.
4193+
W3C Recommendation. URL: <a
4194+
href="http://www.w3.org/TR/2011/REC-SVG11-20110816/">http://www.w3.org/TR/2011/REC-SVG11-20110816/</a>
41994195
</dd>
42004196
<!---->
42014197

@@ -4826,8 +4822,8 @@ <h2 class=no-num id=index>Index</h2>
48264822

48274823
<li>MUST, <a href="#must" title=MUST><strong>2.1.</strong></a>
48284824

4829-
<li>MUST NOT, <a href="#must-not" title="MUST
4830-
NOT"><strong>2.1.</strong></a>
4825+
<li>MUST NOT, <a href="#must-not"
4826+
title="MUST NOT"><strong>2.1.</strong></a>
48314827

48324828
<li>nav-down, <a href="#nav-down"
48334829
title=nav-down><strong>10.2.2.</strong></a>
@@ -4873,13 +4869,13 @@ <h2 class=no-num id=index>Index</h2>
48734869

48744870
<li>SHALL, <a href="#shall" title=SHALL><strong>2.1.</strong></a>
48754871

4876-
<li>SHALL NOT, <a href="#shall-not" title="SHALL
4877-
NOT"><strong>2.1.</strong></a>
4872+
<li>SHALL NOT, <a href="#shall-not"
4873+
title="SHALL NOT"><strong>2.1.</strong></a>
48784874

48794875
<li>SHOULD, <a href="#should" title=SHOULD><strong>2.1.</strong></a>
48804876

4881-
<li>SHOULD NOT, <a href="#should-not" title="SHOULD
4882-
NOT"><strong>2.1.</strong></a>
4877+
<li>SHOULD NOT, <a href="#should-not"
4878+
title="SHOULD NOT"><strong>2.1.</strong></a>
48834879

48844880
<li>text-overflow, <a href="#text-overflow0"
48854881
title=text-overflow><strong>9.2.</strong></a>

0 commit comments

Comments
 (0)