Skip to content

Commit b2a0b43

Browse files
committed
[css2] update
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402709
1 parent 5194c70 commit b2a0b43

2 files changed

Lines changed: 90 additions & 2 deletions

File tree

css2/issues/issues-4

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,3 +933,40 @@ Resolution:
933933

934934
Issue closed.
935935
------------------------------------------------------------------------
936+
Issue 40.
937+
URI: http://lists.w3.org/Archives/Public/www-style/2007May/0035.html
938+
Description:
939+
940+
Not clear what media style rules that are not qualified by an @media
941+
rule apply to.
942+
943+
Proposal:
944+
945+
Add to the end of 7.2.1:
946+
Style rules outside of @media rules apply to all media types
947+
that the sheet applies to.
948+
949+
Resolution:
950+
951+
Proposal accepted.
952+
953+
=howcome= Edit.
954+
------------------------------------------------------------------------
955+
Issue 41.
956+
URI: http://lists.w3.org/Archives/Member/w3c-css-wg/2007AprJun/0277.html
957+
Description:
958+
959+
Initial containg block for fixed positioning and absolute positioning
960+
don't match.
961+
962+
Proposal:
963+
964+
In 10.1 where it says
965+
If the element has 'position: fixed', the containing block is
966+
established by the viewport in the case of continuous media or
967+
the page box in the case of paged media
968+
change "page box" to "page area".
969+
970+
Resolution:
971+
972+
=Markus= Check with implementors if this is ok.

css2/issues/issues-4.html

Lines changed: 53 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ <h2 id="issue-38">Issue 38</h2>
11791179
<dd><p>Issue closed.</p></dd>
11801180
</dl>
11811181

1182-
<h2 id="issue-37">Issue 39</h2>
1182+
<h2 id="issue-39">Issue 39</h2>
11831183

11841184
<dl>
11851185
<dt>URI</dt>
@@ -1189,8 +1189,59 @@ <h2 id="issue-37">Issue 39</h2>
11891189
"outline-width: thick solid" in example should be "outline: thick solid"
11901190
</pre></dd>
11911191
<dt>Resolution</dt>
1192-
<dd><pre>Assumed Editorial.
1192+
<dd><pre>
1193+
Assumed Editorial.
11931194
</pre></dd>
11941195
<dt>Status</dt>
11951196
<dd><p>Issue closed.</p></dd>
11961197
</dl>
1198+
1199+
1200+
<h2 id="issue-40">Issue 40</h2>
1201+
1202+
<dl>
1203+
<dt>URI</dt>
1204+
<dd><a href="http://lists.w3.org/Archives/Public/www-style/2007May/0035.html">http://lists.w3.org/Archives/Public/www-style/2007May/0035.html</a></dd>
1205+
<dt>Description</dt>
1206+
<dd><pre>
1207+
Not clear what media style rules that are not qualified by an @media
1208+
rule apply to.
1209+
</pre></dd>
1210+
<dt>Proposal</dt>
1211+
<dd><pre>
1212+
Add to the end of 7.2.1:
1213+
Style rules outside of @media rules apply to all media types
1214+
that the sheet applies to.
1215+
</pre></dd>
1216+
<dt>Resolution</dt>
1217+
<dd><pre>
1218+
Proposal accepted.
1219+
</pre></dd>
1220+
<dt>Status</dt>
1221+
<dd><p>=howcome= Edit.</p></dd>
1222+
</dl>
1223+
1224+
<h2 id="issue-41">Issue 41</h2>
1225+
1226+
<dl>
1227+
<dt>URI</dt>
1228+
<dd><a href="http://lists.w3.org/Archives/Member/w3c-css-wg/2007AprJun/0277.html">http://lists.w3.org/Archives/Member/w3c-css-wg/2007AprJun/0277.html</a></dd>
1229+
<dt>Description</dt>
1230+
<dd><pre>
1231+
Initial containg block for fixed positioning and absolute positioning
1232+
don't match.
1233+
</pre></dd>
1234+
<dt>Proposal</dt>
1235+
<dd><pre>
1236+
In 10.1 where it says
1237+
If the element has 'position: fixed', the containing block is
1238+
established by the viewport in the case of continuous media or
1239+
the page box in the case of paged media
1240+
change "page box" to "page area".
1241+
</pre></dd>
1242+
<dt>Resolution</dt>
1243+
<dd><pre>
1244+
</pre></dd>
1245+
<dt>Status</dt>
1246+
<dd><p>=Markus= Check with implementors if this is ok.</p></dd>
1247+
</dl>

0 commit comments

Comments
 (0)