Skip to content

Commit

Permalink
[e] (0) terminology fix
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7997

git-svn-id: http://svn.whatwg.org/webapps@4294 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 23, 2009
1 parent 6c0fbf2 commit 0d0eba8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -1930,7 +1930,7 @@ <h4 id=resources><span class=secno>2.1.1 </span>Resources</h4>
to refer to the type of media intended for presentation, as used by
the CSS specifications. <a href=#refsRFC2046>[RFC2046]</a> <a href=#refsMQ>[MQ]</a></p>

<p>A string is a <dfn id=valid-mime-type>valid MIME type</dfn> if it matches the <code title="">media-type</code> token defined in section 3.7 "Media
<p>A string is a <dfn id=valid-mime-type>valid MIME type</dfn> if it matches the <code title="">media-type</code> rule defined in section 3.7 "Media
Types" of RFC 2616. <a href=#refsHTTP>[HTTP]</a></p>


Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -1740,7 +1740,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
to refer to the type of media intended for presentation, as used by
the CSS specifications. <a href=#refsRFC2046>[RFC2046]</a> <a href=#refsMQ>[MQ]</a></p>

<p>A string is a <dfn id=valid-mime-type>valid MIME type</dfn> if it matches the <code title="">media-type</code> token defined in section 3.7 "Media
<p>A string is a <dfn id=valid-mime-type>valid MIME type</dfn> if it matches the <code title="">media-type</code> rule defined in section 3.7 "Media
Types" of RFC 2616. <a href=#refsHTTP>[HTTP]</a></p>


Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -743,7 +743,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
href="#refsMQ">[MQ]</a></p>

<p>A string is a <dfn>valid MIME type</dfn> if it matches the <code
title="">media-type</code> token defined in section 3.7 "Media
title="">media-type</code> rule defined in section 3.7 "Media
Types" of RFC 2616. <a href="#refsHTTP">[HTTP]</a></p>


Expand Down

0 comments on commit 0d0eba8

Please sign in to comment.