Skip to content

Commit

Permalink
[e] (0) abnf typos
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4815 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 2, 2010
1 parent f63095b commit a4b9d8b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -67301,9 +67301,9 @@ <h6 id=protocol-overview><span class=secno>10.3.4.1.2 </span>Protocol overview</
; the wire protocol including error-handling and forward-compatible parsing rules
frames = *frame
frame = text-frame / binary-frame
text-frame = (%x00-%x7F) *( UTF8-char / %x80-%x7E ) %xFF
binary-frame = (%x80-%xFF) length &lt; as many bytes as given by the length &gt;
length = *(%x80-%xFF) (%x00-%x7F)</pre>
text-frame = (%x00-7F) *( UTF8-char / %x80-FE ) %xFF
binary-frame = (%x80-FF) length &lt; as many bytes as given by the length &gt;
length = *(%x80-FF) (%x00-7F)</pre>

<p>The UTF8-char rule is defined in the UTF-8 specification. <a href=#refsRFC3629>[RFC3629]</a></p>

Expand Down Expand Up @@ -90339,6 +90339,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Martin D&uuml;rst,
Martin Honnen,
Martin Kutschker,
Martin Thomson,
Masataka Yakura,
Mathieu Henri,
Matt Schmidt,
Expand Down
1 change: 1 addition & 0 deletions index
Expand Up @@ -84204,6 +84204,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Martin D&uuml;rst,
Martin Honnen,
Martin Kutschker,
Martin Thomson,
Masataka Yakura,
Mathieu Henri,
Matt Schmidt,
Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -75667,9 +75667,9 @@ text-frame = (%x00) *( UTF8-char ) %xFF
; the wire protocol including error-handling and forward-compatible parsing rules
frames = *frame
frame = text-frame / binary-frame
text-frame = (%x00-%x7F) *( UTF8-char / %x80-%x7E ) %xFF
binary-frame = (%x80-%xFF) length &lt; as many bytes as given by the length >
length = *(%x80-%xFF) (%x00-%x7F)</pre>
text-frame = (%x00-7F) *( UTF8-char / %x80-FE ) %xFF
binary-frame = (%x80-FF) length &lt; as many bytes as given by the length >
length = *(%x80-FF) (%x00-7F)</pre>

<p>The UTF8-char rule is defined in the UTF-8 specification. <a
href="#refsRFC3629">[RFC3629]</a></p>
Expand Down Expand Up @@ -101204,6 +101204,7 @@ interface <span>HTMLDocument</span> {
Martin D&uuml;rst,
Martin Honnen,
Martin Kutschker,
Martin Thomson,
Masataka Yakura,
Mathieu Henri,
Matt Schmidt,
Expand Down

0 comments on commit a4b9d8b

Please sign in to comment.