[html5] r995 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 9 18:29:19 PDT 2007


Author: ianh
Date: 2007-08-09 18:29:18 -0700 (Thu, 09 Aug 2007)
New Revision: 995

Modified:
   index
   source
Log:
[e] (0) Clear up the navigate-fragid section (nothing important changed really); include acks for onhashchanged.

Modified: index
===================================================================
--- index	2007-08-10 01:12:53 UTC (rev 994)
+++ index	2007-08-10 01:29:18 UTC (rev 995)
@@ -25217,8 +25217,8 @@
    <li>
     <p>If the new resource is the same as the current resource, but a
      fragment identifier has been specified, then <a href="#scrolling0"
-     title=navigate-fragid>scroll the document to the specified element</a>
-     and abort these steps.
+     title=navigate-fragid>scroll for that fragment identifier</a> and abort
+     these steps.
 
    <li>
     <p>If the new resource is to be handled by displaying some sort of inline
@@ -25575,18 +25575,25 @@
   <h4 id=scroll-to-fragid><span class=secno>4.6.7. </span><dfn id=scrolling0
    title=navigate-fragid>Scrolling to a fragment identifier</dfn></h4>
 
-  <p>When a user agent is supposed to scroll to a particular element, it may
-   change the scrolling position of the document as desired, or perform any
-   other relevant action.
+  <p>When a user agent is supposed to scroll for a fragment identifier, then
+   the user agent must follow these steps:
 
-  <p class=big-issue>how to get a "particular element" from a frag id --
-   id="", name="", XPointer, etc; missing IDs (e.g. the infamous "#top")
+  <ol>
+   <li>
+    <p>First, <a href="#update">update the session history with the new
+     page</a>, where "the new page" has the same <code>Document</code> as
+     before but with the URI having the newly specified fragment identifier.
 
-  <p>Then, the user agent must <a href="#update">update the session history
-   with the new page</a>, where "the new page" has the same
-   <code>Document</code> as before, but potentially has a different scroll
-   position.
+   <li>
+    <p>Then, change the scrolling position of the document, or perform some
+     other action, such that <a href="#the-indicated">the indicated part of
+     the document</a> is brought to the user's attention.
+  </ol>
 
+  <p class=big-issue>how to get "<dfn id=the-indicated>the indicated part of
+   the document</dfn>" from a frag id -- id="", name="", XPointer, etc;
+   missing IDs (e.g. the infamous "#top")
+
   <h3 id=content-type-sniffing><span class=secno>4.7. </span>Determining the
    type of a new resource in a browsing context</h3>
 
@@ -41298,12 +41305,12 @@
 
   <h2 class=no-num id=acknowledgements>Acknowledgements</h2>
 
-  <p>Thanks to Aankhen, Aaron Leventhal, Adrian Sutton, Alexey Feldgendler,
-   Andrew Gove, Anne van Kesteren, Anthony Hickson, Asbjørn Ulsberg,
-   Ben Godfrey, Ben Meadowcroft, Benjamin Hawkes-Lewis, Bert Bos, Bjoern
-   Hoehrmann, Boris Zbarsky, Brad Fults, Brad Neuberg, Brendan Eich, Brett
-   Wilson, Carlos Perelló Marín, Chao Cai,
-   &#xc724;&#xc11d;&#xcc2c; (Channy Yun), Charl van
+  <p>Thanks to Aankhen, Aaron Leventhal, Adrian Sutton, Agustín
+   Fernández, Alexey Feldgendler, Andrew Gove, Anne van Kesteren,
+   Anthony Hickson, Asbjørn Ulsberg, Ben Godfrey, Ben Meadowcroft,
+   Benjamin Hawkes-Lewis, Bert Bos, Bjoern Hoehrmann, Boris Zbarsky, Brad
+   Fults, Brad Neuberg, Brendan Eich, Brett Wilson, Carlos Perelló
+   Marín, Chao Cai, &#xc724;&#xc11d;&#xcc2c; (Channy Yun), Charl van
    Niekerk<!--status.whatwg.org maintainer-->, Charles Iliya Krempeaux,
    Charles McCathieNevile, Christian Biesinger, Christian Johansen, Chriswa,
    Daniel Peng, Daniel Spång, Darin Alder, Darin Fisher, Dave

Modified: source
===================================================================
--- source	2007-08-10 01:12:53 UTC (rev 994)
+++ source	2007-08-10 01:29:18 UTC (rev 995)
@@ -22687,8 +22687,8 @@
 
    <li><p>If the new resource is the same as the current resource, but
    a fragment identifier has been specified, then <span
-   title="navigate-fragid">scroll the document to the specified
-   element</span> and abort these steps.</p></li>
+   title="navigate-fragid">scroll for that fragment identifier</span>
+   and abort these steps.</p></li>
 
    <li><p>If the new resource is to be handled by displaying some sort
    of inline content, e.g. an error message because the specified
@@ -23048,22 +23048,29 @@
 
   <h4 id="scroll-to-fragid"><dfn title="navigate-fragid">Scrolling to a fragment identifier</dfn></h4>
 
-  <p>When a user agent is supposed to scroll to a particular element,
-  it may change the scrolling position of the document as desired, or
-  perform any other relevant action.</p>
+  <p>When a user agent is supposed to scroll for a fragment
+  identifier, then the user agent must follow these steps:
 
-  <p class="big-issue">how to get a "particular element" from a frag
-  id -- id="", name="", XPointer, etc; missing IDs (e.g. the infamous
-  "#top")</p>
+  <ol>
 
-  <p>Then, the user agent must <span>update the session history with
-  the new page</span>, where "the new page" has the same
-  <code>Document</code> as before, but potentially has a different
-  scroll position.</p>
+   <li><p>First, <span>update the session history with the new
+   page</span>, where "the new page" has the same
+   <code>Document</code> as before but with the URI having the newly
+   specified fragment identifier.</p></li>
 
+   <li><p>Then, change the scrolling position of the document, or
+   perform some other action, such that <span>the indicated part of
+   the document</span> is brought to the user's attention.</p></li>
 
+  </ol>
 
+  <p class="big-issue">how to get "<dfn>the indicated part of the
+  document</dfn>" from a frag id -- id="", name="", XPointer, etc;
+  missing IDs (e.g. the infamous "#top")</p>
 
+
+
+
   <h3 id="content-type-sniffing">Determining the type of a new resource in a browsing context</h3>
 
   <p class="warning">It is imperative that the rules in this section
@@ -37171,17 +37178,18 @@
 
   <h2 class="no-num">Acknowledgements</h2>
 
-  <p>Thanks to Aankhen, Aaron Leventhal, Adrian Sutton, Alexey
-  Feldgendler, Andrew Gove, Anne van Kesteren, Anthony Hickson,
-  Asbjørn Ulsberg, Ben Godfrey, Ben Meadowcroft, Benjamin
-  Hawkes-Lewis, Bert Bos, Bjoern Hoehrmann, Boris Zbarsky, Brad Fults,
-  Brad Neuberg, Brendan Eich, Brett Wilson, Carlos Perelló
-  Marín, Chao Cai, &#xc724;&#xc11d;&#xcc2c; (Channy Yun), Charl
-  van Niekerk<!--status.whatwg.org maintainer-->, Charles Iliya
-  Krempeaux, Charles McCathieNevile, Christian Biesinger, Christian
-  Johansen, Chriswa, Daniel Peng, Daniel Spång, Darin Alder,
-  Darin Fisher, Dave Townsend<!-- Mossop on moz irc -->, David Baron,
-  David Flanagan, David Håsäther, David Hyatt, Derek
+  <p>Thanks to Aankhen, Aaron Leventhal, Adrian Sutton, Agustín
+  Fernández, Alexey Feldgendler, Andrew Gove, Anne van
+  Kesteren, Anthony Hickson, Asbjørn Ulsberg, Ben Godfrey, Ben
+  Meadowcroft, Benjamin Hawkes-Lewis, Bert Bos, Bjoern Hoehrmann,
+  Boris Zbarsky, Brad Fults, Brad Neuberg, Brendan Eich, Brett Wilson,
+  Carlos Perelló Marín, Chao Cai,
+  &#xc724;&#xc11d;&#xcc2c; (Channy Yun), Charl van
+  Niekerk<!--status.whatwg.org maintainer-->, Charles Iliya Krempeaux,
+  Charles McCathieNevile, Christian Biesinger, Christian Johansen,
+  Chriswa, Daniel Peng, Daniel Spång, Darin Alder, Darin Fisher,
+  Dave Townsend<!-- Mossop on moz irc -->, David Baron, David
+  Flanagan, David Håsäther, David Hyatt, Derek
   Featherstone, Dimitri Glazkov, dolphinling, Doron Rosenberg, Eira
   Monstad, Elliotte Harold, Erik Arvidsson, Evan Martin, fantasai,
   Franck 'Shift' Quélain, Geoffrey Sneddon, Håkon Wium




More information about the Commit-Watchers mailing list