Skip to content

Commit 9028faf

Browse files
author
Rune Lillesveen
committed
Removed browser references in normative text.
Also classified a note as class="note".
1 parent 227fc20 commit 9028faf

2 files changed

Lines changed: 22 additions & 46 deletions

File tree

css-device-adapt/Overview.html

Lines changed: 19 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<h1>CSS Device Adaptation</h1>
1919

20-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 May 2011</h2>
20+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 June 2011</h2>
2121

2222
<dl>
2323
<dt>This version:
@@ -1255,29 +1255,17 @@ <h3 id=definitions><span class=secno>6.1. </span>Definitions</h3>
12551255
<p> <code class=index id=initial-width
12561256
title="width!!initial">initial-width</code> is the width of the <a
12571257
href="#initial-viewport">initial viewport</a> in pixels at zoom factor
1258-
1.0. <span class=note>On a device this is typically (<code>device-width -
1259-
decorations</code>). On Safari/iPhone this is identical to the
1260-
device-width.</span>
1258+
1.0.
12611259

12621260
<p> <code class=index id=initial-height
12631261
title="height!!initial">initial-height</code> is the height of the <a
12641262
href="#initial-viewport">initial viewport</a> in pixels at zoom factor
1265-
1.0. <span class=note>Typically (<code>device-height -
1266-
decorations</code>).</span>
1263+
1.0.
12671264

12681265
<h3 id=constraining-procedure><span class=secno>6.2. </span>The procedure</h3>
12691266

12701267
<p>The used values are resolved from the computed values going through the
1271-
steps below. <span class=note>The procedure is closely modelled after the
1272-
behavior of the Safari/iPhone browser. We have run tests on the Android
1273-
SDK browser and a Fennec nightly build for Windows to see where the
1274-
various implementations are the same and where they differ. We found that
1275-
the Safari implementation is by far the most consistent and predictable,
1276-
and decided to ignore the other implementations for this specification.
1277-
This procedure, and the <a href="#parsing-algorithm">parsing
1278-
algorithm</a>, are backed up by a compliance test suite currently
1279-
consisting of 120-130 tests. All but one pass in the <a
1280-
href="#tested-safari">tested Safari browser</a>.</span>
1268+
steps below.
12811269

12821270
<p>User agents are expected, but not required, to re-run this procedure and
12831271
re-layout the document, if necessary, in response to changes in the user
@@ -1901,8 +1889,9 @@ <h4 class="no-num no-toc" id=the-target-densitydpi-property>The <code
19011889
<p class=issue>At risk since &lsquo;<a href="#resolution"><code
19021890
class=property>resolution</code></a>&rsquo; is at risk.
19031891

1904-
<p>This property differ from the others since it is from the WebKit
1905-
implementation used in the Android browser and not supported in the Safari
1892+
<p class=note>This property differ from the others since it is from the
1893+
WebKit implementation used in the Android browser and not supported in
1894+
Safari
19061895

19071896
<p>The <code class=index id=target-densitydpi1>target-densityDpi</code>
19081897
property is translated into &lsquo;<a href="#resolution"><code
@@ -2041,7 +2030,7 @@ <h2 class=no-num id=property-index>Property index</h2>
20412030
<th>Media
20422031

20432032
<tbody>
2044-
<tr valign=baseline>
2033+
<tr>
20452034
<td><a class=property href="#height">height</a>
20462035

20472036
<td>&lt;viewport-length&gt;{1,2}
@@ -2056,7 +2045,7 @@ <h2 class=no-num id=property-index>Property index</h2>
20562045

20572046
<td>visual, continuous
20582047

2059-
<tr valign=baseline>
2048+
<tr>
20602049
<td><a class=property href="#max-height">max-height</a>
20612050

20622051
<td>&lt;viewport-length&gt;
@@ -2071,7 +2060,7 @@ <h2 class=no-num id=property-index>Property index</h2>
20712060

20722061
<td>visual, continuous
20732062

2074-
<tr valign=baseline>
2063+
<tr>
20752064
<td><a class=property href="#max-width">max-width</a>
20762065

20772066
<td>&lt;viewport-length&gt;
@@ -2086,7 +2075,7 @@ <h2 class=no-num id=property-index>Property index</h2>
20862075

20872076
<td>visual, continuous
20882077

2089-
<tr valign=baseline>
2078+
<tr>
20902079
<td><a class=property href="#max-zoom">max-zoom</a>
20912080

20922081
<td>auto | &lt;number&gt; | &lt;percentage&gt;
@@ -2101,7 +2090,7 @@ <h2 class=no-num id=property-index>Property index</h2>
21012090

21022091
<td>visual, continuous
21032092

2104-
<tr valign=baseline>
2093+
<tr>
21052094
<td><a class=property href="#min-height">min-height</a>
21062095

21072096
<td>&lt;viewport-length&gt;
@@ -2116,7 +2105,7 @@ <h2 class=no-num id=property-index>Property index</h2>
21162105

21172106
<td>visual, continuous
21182107

2119-
<tr valign=baseline>
2108+
<tr>
21202109
<td><a class=property href="#min-width">min-width</a>
21212110

21222111
<td>&lt;viewport-length&gt;
@@ -2131,7 +2120,7 @@ <h2 class=no-num id=property-index>Property index</h2>
21312120

21322121
<td>visual, continuous
21332122

2134-
<tr valign=baseline>
2123+
<tr>
21352124
<td><a class=property href="#min-zoom">min-zoom</a>
21362125

21372126
<td>auto | &lt;number&gt; | &lt;percentage&gt;
@@ -2146,7 +2135,7 @@ <h2 class=no-num id=property-index>Property index</h2>
21462135

21472136
<td>visual, continuous
21482137

2149-
<tr valign=baseline>
2138+
<tr>
21502139
<td><a class=property href="#orientation">orientation</a>
21512140

21522141
<td>auto | portrait | landscape
@@ -2161,7 +2150,7 @@ <h2 class=no-num id=property-index>Property index</h2>
21612150

21622151
<td>visual, continuous
21632152

2164-
<tr valign=baseline>
2153+
<tr>
21652154
<td><a class=property href="#resolution">resolution</a>
21662155

21672156
<td>auto | device | &lt;resolution&gt;
@@ -2176,7 +2165,7 @@ <h2 class=no-num id=property-index>Property index</h2>
21762165

21772166
<td>visual, continuous
21782167

2179-
<tr valign=baseline>
2168+
<tr>
21802169
<td><a class=property href="#user-zoom">user-zoom</a>
21812170

21822171
<td>zoom | fixed
@@ -2191,7 +2180,7 @@ <h2 class=no-num id=property-index>Property index</h2>
21912180

21922181
<td>visual, continuous
21932182

2194-
<tr valign=baseline>
2183+
<tr>
21952184
<td><a class=property href="#width">width</a>
21962185

21972186
<td>&lt;viewport-length&gt;{1,2}
@@ -2206,7 +2195,7 @@ <h2 class=no-num id=property-index>Property index</h2>
22062195

22072196
<td>visual, continuous
22082197

2209-
<tr valign=baseline>
2198+
<tr>
22102199
<td><span class=property>zoom</span>
22112200

22122201
<td>auto | &lt;number&gt; | &lt;percentage&gt;

css-device-adapt/Overview.src.html

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,30 +1048,17 @@ <h3>Definitions</h3>
10481048
<p>
10491049
<code class="index" title="width!!initial">initial-width</code> is the
10501050
width of the <span>initial viewport</span> in pixels at zoom factor 1.0.
1051-
<span class="note">On a device this is typically (<code>device-width
1052-
- decorations</code>). On Safari/iPhone this is identical to the
1053-
device-width.</span>
10541051
</p>
10551052

10561053
<p>
10571054
<code class="index" title="height!!initial">initial-height</code> is the
10581055
height of the <span>initial viewport</span> in pixels at zoom factor 1.0.
1059-
<span class="note">Typically (<code>device-height - decorations</code>).</span>
10601056
</p>
10611057

10621058
<h3 id="constraining-procedure">The procedure</h3>
10631059

10641060
<p>The used values are resolved from the computed values going
1065-
through the steps below. <span class="note">The procedure is closely
1066-
modelled after the behavior of the Safari/iPhone browser. We have run
1067-
tests on the Android SDK browser and a Fennec nightly build for Windows to
1068-
see where the various implementations are the same and where they differ.
1069-
We found that the Safari implementation is by far the most
1070-
consistent and predictable, and decided to ignore the other
1071-
implementations for this specification. This procedure, and the
1072-
<a href="#parsing-algorithm">parsing algorithm</a>, are backed up by a
1073-
compliance test suite currently consisting of 120-130 tests. All but one
1074-
pass in the <a href="#tested-safari">tested Safari browser</a>.</span></p>
1061+
through the steps below.</p>
10751062

10761063
<p>User agents are expected, but not required, to re-run this procedure and
10771064
re-layout the document, if necessary, in response to changes in the user
@@ -1621,8 +1608,8 @@ <h4 class="no-num no-toc">The <code class="index">target-densityDpi</code> prope
16211608

16221609
<p class="issue">At risk since &lsquo;<code class="property">resolution</code>&rsquo; is at risk.</p>
16231610

1624-
<p>This property differ from the others since it is from the WebKit
1625-
implementation used in the Android browser and not supported in the Safari</p>
1611+
<p class="note">This property differ from the others since it is from the WebKit
1612+
implementation used in the Android browser and not supported in Safari</p>
16261613

16271614
<p>The <code class="index">target-densityDpi</code> property is translated
16281615
into &lsquo;<code class="property">resolution</code>&rsquo; with the

0 commit comments

Comments
 (0)