Skip to content

Commit

Permalink
[e] (0) make some non-normative text into a note
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@507 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 26, 2007
1 parent f9c0075 commit eec00dd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
16 changes: 9 additions & 7 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -18370,16 +18370,18 @@ XXX selection ranges -->
requires some sort of processing that will not affect the browsing
context, then perform that processing and abort these steps.</p>

<p>Such processing might be triggered by, amongst other things, the
following:</p>
<div class=note>
<p>Such processing might be triggered by, amongst other things, the
following:</p>

<ul class=brief>
<li>HTTP status codes (e.g. 204 No Content or 205 Reset Content)
<ul class=brief>
<li>HTTP status codes (e.g. 204 No Content or 205 Reset Content)

<li>HTTP Content-Disposition headers
<li>HTTP Content-Disposition headers

<li>Network errors
</ul>
<li>Network errors
</ul>
</div>

<li>
<p>Let <var title="">type</var> be <a href="#sniffed" title="Content-Type
Expand Down
16 changes: 9 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -16370,13 +16370,15 @@ XXX selection ranges -->
browsing context, then perform that processing and abort these
steps.</p>

<p>Such processing might be triggered by, amongst other things, the
following:</p>
<ul class="brief">
<li>HTTP status codes (e.g. 204 No Content or 205 Reset Content)</li>
<li>HTTP Content-Disposition headers</li>
<li>Network errors</li>
</ul>
<div class="note">
<p>Such processing might be triggered by, amongst other things, the
following:</p>
<ul class="brief">
<li>HTTP status codes (e.g. 204 No Content or 205 Reset Content)</li>
<li>HTTP Content-Disposition headers</li>
<li>Network errors</li>
</ul>
</div>
</li>

<li><p>Let <var title="">type</var> be <span title="Content-Type
Expand Down

0 comments on commit eec00dd

Please sign in to comment.