[html5] r837 - /

whatwg at whatwg.org whatwg at whatwg.org
Tue May 22 14:21:16 PDT 2007


Author: ianh
Date: 2007-05-22 14:21:13 -0700 (Tue, 22 May 2007)
New Revision: 837

Modified:
   index
   source
Log:
[] (0) Make the definition of origin for bookmarklets actually make sense.

Modified: index
===================================================================
--- index	2007-05-22 05:56:54 UTC (rev 836)
+++ index	2007-05-22 21:21:13 UTC (rev 837)
@@ -25887,9 +25887,18 @@
    <dt>If a script is a <a href="#the-javascript" title="javascript
     protocol"><code title="">javascript:</code> URI</a> to which a <a
     href="#browsing0">browsing context</a> is being <a href="#navigate"
-    title=navigate>navigated</a>, the URI having been declared in markup, or
-    provided by the user (e.g. by using a <i>bookmarklet</i>)
+    title=navigate>navigated</a>, the URI having been provided by the user
+    (e.g. by using a <i>bookmarklet</i>)
 
+   <dd>The origin is the origin of the <code>Document</code> of the <a
+    href="#browsing0">browsing context</a>'s <a href="#active">active
+    document</a>.
+
+   <dt>If a script is a <a href="#the-javascript" title="javascript
+    protocol"><code title="">javascript:</code> URI</a> to which a <a
+    href="#browsing0">browsing context</a> is being <a href="#navigate"
+    title=navigate>navigated</a>, the URI having been declared in markup
+
    <dd>The origin is the origin of the <code>Document</code> of the element
     (e.g. an <code><a href="#a">a</a></code> or <code><a
     href="#area">area</a></code> element) that declared the URI.
@@ -38754,23 +38763,24 @@
    Levenberg, Joshua Randall, Jukka K. Korpela, Kai Hendry, <!-- Keryx
   Web, = Lars Gunther -->
    Kornel Lesinski, &#x9ed2;&#x6fa4;&#x525b;&#x5fd7; (KUROSAWA Takeshi),
-   Lachlan Hunt, Larry Page, Lars Gunther, Laurens Holst, Lenny Domnitser,
-   L&eacute;onard Bouchet, Leons Petrazickis, Logan<!-- on moz irc -->,
-   Maciej Stachowiak, Malcolm Rowe, Mark Nottingham, Mark Schenk, Martijn
-   Wargers, Martin Atkins, Martin Honnen, Mathieu Henri, Matthew Mastracci,
-   Matthew Raymond, Matthew Thomas, Mattias Waldau, Max Romantschuk, Michael
-   'Ratt' Iannarelli, Michael A. Nachbaur, Michael Gratton, Michael Powers,
-   Michel Fortin, Mihai &#x015E;ucan<!-- from ROBO Design -->, Mike
-   Dierken<!-- S. Mike
-  Dierken -->, Mike Dixon, Mike Schinkel, Mike Shaver,
-   Mikko Rantalainen, Neil Deakin, Olav Junker Kj&aelig;r, Philip Taylor,
-   Rajas Moonka, Rimantas Liubertas, Robert O'Callahan, Robert Sayre, Roman
-   Ivanov, S. Mike Dierken, Sam Ruby, Sean Knapp, Shadow2531, Shaun Inman,
-   Simon Pieters, Stefan Haustein, Stephen Ma, Steve Runyon, Steven Garrity,
-   Stewart Brodie, Stuart Parmenter, Tantek &Ccedil;elik, Thomas Broyer,
-   Thomas O'Connor, Tim Altman, Vladimir Vuki&#x0107;evi&#x0107;, Wakaba,
-   William Swanson, and everyone on the WHATWG mailing list for their useful
-   and substantial comments.
+   Kristof Zelechovski, Lachlan Hunt, Larry Page, Lars Gunther, Laurens
+   Holst, Lenny Domnitser, L&eacute;onard Bouchet, Leons Petrazickis,
+   Logan<!-- on moz irc -->, Maciej Stachowiak, Malcolm Rowe, Mark
+   Nottingham, Mark Schenk, Martijn Wargers, Martin Atkins, Martin Honnen,
+   Mathieu Henri, Matthew Mastracci, Matthew Raymond, Matthew Thomas, Mattias
+   Waldau, Max Romantschuk, Michael 'Ratt' Iannarelli, Michael A. Nachbaur,
+   Michael Gratton, Michael Powers, Michel Fortin, Mihai
+   &#x015E;ucan<!-- from ROBO Design -->, Mike Dierken<!--
+  S. Mike Dierken -->,
+   Mike Dixon, Mike Schinkel, Mike Shaver, Mikko Rantalainen, Neil Deakin,
+   Olav Junker Kj&aelig;r, Philip Taylor, Rajas Moonka, Rimantas Liubertas,
+   Robert O'Callahan, Robert Sayre, Roman Ivanov, S. Mike Dierken, Sam Ruby,
+   Sean Knapp, Shadow2531, Shaun Inman, Simon Pieters, Stefan Haustein,
+   Stephen Ma, Steve Runyon, Steven Garrity, Stewart Brodie, Stuart
+   Parmenter, Tantek &Ccedil;elik, Thomas Broyer, Thomas O'Connor, Tim
+   Altman, Vladimir Vuki&#x0107;evi&#x0107;, Wakaba, William Swanson, and
+   everyone on the WHATWG mailing list for their useful and substantial
+   comments.
 
   <p>Special thanks to Richard Williamson for creating the first
    implementation of <code><a href="#canvas">canvas</a></code> in Safari,

Modified: source
===================================================================
--- source	2007-05-22 05:56:54 UTC (rev 836)
+++ source	2007-05-22 21:21:13 UTC (rev 837)
@@ -23394,10 +23394,19 @@
    <dt>If a script is a <span title="javascript protocol"><code
    title="">javascript:</code> URI</span> to which a <span>browsing
    context</span> is being <span title="navigate">navigated</span>,
-   the URI having been declared in markup, or provided by the user
-   (e.g. by using a <i>bookmarklet</i>)</dt>
+   the URI having been provided by the user (e.g. by using a
+   <i>bookmarklet</i>)</dt>
 
    <dd>The origin is the origin of the <code>Document</code> of the
+   <span>browsing context</span>'s <span>active document</span>.</dd>
+
+
+   <dt>If a script is a <span title="javascript protocol"><code
+   title="">javascript:</code> URI</span> to which a <span>browsing
+   context</span> is being <span title="navigate">navigated</span>,
+   the URI having been declared in markup</dt>
+
+   <dd>The origin is the origin of the <code>Document</code> of the
    element (e.g. an <code>a</code> or <code>area</code> element) that
    declared the URI.</dd>
 
@@ -35408,16 +35417,16 @@
   Stenback, Jon Perlow, Jonathan Worent, Jorgen Horstink, Josh
   Levenberg, Joshua Randall, Jukka K. Korpela, Kai Hendry, <!-- Keryx
   Web, = Lars Gunther --> Kornel Lesinski,
-  &#x9ed2;&#x6fa4;&#x525b;&#x5fd7; (KUROSAWA Takeshi), Lachlan Hunt,
-  Larry Page, Lars Gunther, Laurens Holst, Lenny Domnitser,
-  L&eacute;onard Bouchet, Leons Petrazickis, Logan<!-- on moz irc -->,
-  Maciej Stachowiak, Malcolm Rowe, Mark Nottingham, Mark Schenk,
-  Martijn Wargers, Martin Atkins, Martin Honnen, Mathieu Henri,
-  Matthew Mastracci, Matthew Raymond, Matthew Thomas, Mattias Waldau,
-  Max Romantschuk, Michael 'Ratt' Iannarelli, Michael A. Nachbaur,
-  Michael Gratton, Michael Powers, Michel Fortin, Mihai
-  &#x015E;ucan<!-- from ROBO Design -->, Mike Dierken<!-- S. Mike
-  Dierken -->, Mike Dixon, Mike Schinkel, Mike Shaver, Mikko
+  &#x9ed2;&#x6fa4;&#x525b;&#x5fd7; (KUROSAWA Takeshi), Kristof
+  Zelechovski, Lachlan Hunt, Larry Page, Lars Gunther, Laurens Holst,
+  Lenny Domnitser, L&eacute;onard Bouchet, Leons Petrazickis,
+  Logan<!-- on moz irc -->, Maciej Stachowiak, Malcolm Rowe, Mark
+  Nottingham, Mark Schenk, Martijn Wargers, Martin Atkins, Martin
+  Honnen, Mathieu Henri, Matthew Mastracci, Matthew Raymond, Matthew
+  Thomas, Mattias Waldau, Max Romantschuk, Michael 'Ratt' Iannarelli,
+  Michael A. Nachbaur, Michael Gratton, Michael Powers, Michel Fortin,
+  Mihai &#x015E;ucan<!-- from ROBO Design -->, Mike Dierken<!--
+  S. Mike Dierken -->, Mike Dixon, Mike Schinkel, Mike Shaver, Mikko
   Rantalainen, Neil Deakin, Olav Junker Kj&aelig;r, Philip Taylor,
   Rajas Moonka, Rimantas Liubertas, Robert O'Callahan, Robert Sayre,
   Roman Ivanov, S. Mike Dierken, Sam Ruby, Sean Knapp, Shadow2531,



More information about the commit-watchers mailing list