Navigation Menu

Skip to content

Commit

Permalink
[t] (0) Require non-CSS UAs to honour the default style sheet too.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11829

git-svn-id: http://svn.whatwg.org/webapps@6415 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 11, 2011
1 parent 24f27a7 commit fd13739
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
8 changes: 8 additions & 0 deletions complete.html
Expand Up @@ -92165,6 +92165,14 @@ <h3 id=introduction-17><span class=secno>15.1 </span>Introduction</h3>
element is not <a href=#being-rendered>being rendered</a>, though this might be
overridden by the style sheets.</p>

<hr><p>User agents that do not honor author-level CSS style sheets are
nonetheless expected to act as if they applied the CSS rules given
in these sections in a manner consistent with this specification and
the relevant CSS and Unicode specifications. <a href=#refsCSS>[CSS]</a> <a href=#refsUNICODE>[UNICODE]</a> <a href=#refsBIDI>[BIDI]</a></p>

<p class=note>This is especially important for issues relating to
the 'display', 'unicode-bidi', and 'direction' properties.</p>



<h3 id=the-css-user-agent-style-sheet-and-presentational-hints><span class=secno>15.2 </span>The CSS user agent style sheet and presentational hints</h3>
Expand Down
8 changes: 8 additions & 0 deletions index
Expand Up @@ -87612,6 +87612,14 @@ document.body.appendChild(text);
element is not <a href=#being-rendered>being rendered</a>, though this might be
overridden by the style sheets.</p>

<hr><p>User agents that do not honor author-level CSS style sheets are
nonetheless expected to act as if they applied the CSS rules given
in these sections in a manner consistent with this specification and
the relevant CSS and Unicode specifications. <a href=#refsCSS>[CSS]</a> <a href=#refsUNICODE>[UNICODE]</a> <a href=#refsBIDI>[BIDI]</a></p>

<p class=note>This is especially important for issues relating to
the 'display', 'unicode-bidi', and 'direction' properties.</p>



<h3 id=the-css-user-agent-style-sheet-and-presentational-hints><span class=secno>13.2 </span>The CSS user agent style sheet and presentational hints</h3>
Expand Down
12 changes: 12 additions & 0 deletions source
Expand Up @@ -104416,6 +104416,18 @@ document.body.appendChild(text);
element is not <span>being rendered</span>, though this might be
overridden by the style sheets.</p>

<hr>

<p>User agents that do not honor author-level CSS style sheets are
nonetheless expected to act as if they applied the CSS rules given
in these sections in a manner consistent with this specification and
the relevant CSS and Unicode specifications. <a
href="#refsCSS">[CSS]</a> <a href="#refsUNICODE">[UNICODE]</a> <a
href="#refsBIDI">[BIDI]</a></p>

<p class="note">This is especially important for issues relating to
the 'display', 'unicode-bidi', and 'direction' properties.</p>



<h3>The CSS user agent style sheet and presentational hints</h3>
Expand Down

0 comments on commit fd13739

Please sign in to comment.