Skip to content

Commit

Permalink
Ignacio Javier pointed out a typo and confusion (TCP connection secur…
Browse files Browse the repository at this point in the history
…ity handling paragraph)

git-svn-id: http://svn.whatwg.org/webapps@211 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 26, 2006
1 parent 6bdcd9d commit 760c63d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 19 deletions.
29 changes: 17 additions & 12 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -19142,12 +19142,17 @@ document.getElementById('stock').addEventListener('stock change',
<a href="#domain0">script's domain</a> with a dot separating the two
strings, and that is the target host.

<p>If the target host is not a valid host name, or if the <var
title="">port</var> argument is not either equal to 80, 443, or greater
than 1024 and less then 65537, then the UA must raise a <a
href="#security3">security exception</a>.</p>
<!-- XXX we should have our own
port for this too, e.g. 980 -->
<p>If either:

<ul>
<li>the target host is not a valid host name, or

<li>the <var title="">port</var> argument is neither equal to 80, nor
equal to 443, nor greater than 1024 and less than 65537,
</ul>

<p>...then the UA must raise a <a href="#security3">security exception</a>.</p>
<!-- XXX we should have our own port for this too, e.g. 980 -->

<p>Otherwise, the user agent must verify that the <a href="#the-string">the
string representing the script's domain in IDNA format</a> can be obtained
Expand Down Expand Up @@ -25877,12 +25882,12 @@ interface <dfn id=timeouthandler>TimeoutHandler</dfn> {
David Baron, David Hyatt, Derek Featherstone, Daniel Peng, David Flanagan,
Dimitri Glazkov, dolphinling, Doron Rosenberg, Eira Monstad, Erik
Arvidsson, fantasai, Franck 'Shift' Qu&eacute;lain, Henri Sivonen, Henrik
Lied, H&aring;kon Wium Lie, James Graham, James Perrett, Jan-Klaas
Kollhof, Jasper Bryant-Greene, Jens Bannmann, J. King, Joel Spolsky,
Johnny Stenback, Jonathan Worent, Jon Perlow, Jukka K. Korpela, Kai
Hendry, Kornel Lesinski, Lachlan Hunt, Larry Page, Laurens Holst, Lenny
Domnitser, L&eacute;onard Bouchet, Maciej Stachowiak, Malcolm Rowe, Mark
Nottingham, Mark Schenk, Martijn Wargers, Martin Honnen, Matthew
Lied, H&aring;kon Wium Lie, Ignacio Javier, James Graham, James Perrett,
Jan-Klaas Kollhof, Jasper Bryant-Greene, Jens Bannmann, J. King, Joel
Spolsky, Johnny Stenback, Jonathan Worent, Jon Perlow, Jukka K. Korpela,
Kai Hendry, Kornel Lesinski, Lachlan Hunt, Larry Page, Laurens Holst,
Lenny Domnitser, L&eacute;onard Bouchet, Maciej Stachowiak, Malcolm Rowe,
Mark Nottingham, Mark Schenk, Martijn Wargers, Martin Honnen, Matthew
Mastracci, Matthew Raymond, Matthew Thomas, Mattias Waldau, Max
Romantschuk, Michael A. Nachbaur, Michael Gratton, Michael 'Ratt'
Iannarelli, Mihai &#x015E;ucan<!-- from ROBO Design -->, Mike Shaver,
Expand Down
17 changes: 10 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -17692,11 +17692,14 @@ document.getElementById('stock').addEventListener('stock change',
is prepended to the <span>script's domain</span> with a dot
separating the two strings, and that is the target host.</p>

<p>If the target host is not a valid host name, or if the <var
title="">port</var> argument is not either equal to 80, 443, or
greater than 1024 and less then 65537, then the UA must raise a
<span>security exception</span>.</p> <!-- XXX we should have our own
port for this too, e.g. 980 -->
<p>If either:</p>
<ul>
<li>the target host is not a valid host name, or</li>
<li>the <var title="">port</var> argument is neither equal to 80,
nor equal to 443, nor greater than 1024 and less than 65537,</li>
</ul>
<p>...then the UA must raise a <span>security exception</span>.</p>
<!-- XXX we should have our own port for this too, e.g. 980 -->

<p>Otherwise, the user agent must verify that the <span>the string
representing the script's domain in IDNA format</span> can be
Expand Down Expand Up @@ -23551,8 +23554,8 @@ interface <dfn>TimeoutHandler</dfn> {
Peng, David Flanagan, Dimitri Glazkov, dolphinling, Doron Rosenberg,
Eira Monstad, Erik Arvidsson, fantasai, Franck 'Shift'
Qu&eacute;lain, Henri Sivonen, Henrik Lied, H&aring;kon Wium Lie,
James Graham, James Perrett, Jan-Klaas Kollhof, Jasper
Bryant-Greene, Jens Bannmann, J. King, Joel Spolsky, Johnny
Ignacio Javier, James Graham, James Perrett, Jan-Klaas Kollhof,
Jasper Bryant-Greene, Jens Bannmann, J. King, Joel Spolsky, Johnny
Stenback, Jonathan Worent, Jon Perlow, Jukka K. Korpela, Kai Hendry,
Kornel Lesinski, Lachlan Hunt, Larry Page, Laurens Holst, Lenny
Domnitser, L&eacute;onard Bouchet, Maciej Stachowiak, Malcolm Rowe,
Expand Down

0 comments on commit 760c63d

Please sign in to comment.