diff --git a/url.html b/url.html index 336e7a7e..b2b968a7 100644 --- a/url.html +++ b/url.html @@ -9,7 +9,7 @@

URL

-

Living Standard — Last Updated 29 July 2014

+

Living Standard — Last Updated 30 July 2014

@@ -38,7 +38,7 @@

Living Standard — Last Updated 29 July 2014

4.3 Parsing

  • Set piece to piece × 0x100 + value. -

  • If dots seen is 0 or 2, increase +

  • If dots seen is 1 or 3, increase piece pointer by one.

  • Increase pointer by one. @@ -597,10 +597,11 @@

    4.3 Parsing

  • Set piece pointer to seven. -

  • While piece pointer is not zero, swap piece - with the piece at pointer +

  • While piece pointer is not zero and swaps is + greater than zero, swap piece with the + piece at pointer compress pointer + swaps − 1, and then - decrease piece pointer and swaps by one. + decrease both piece pointer and swaps by one.

  • Otherwise, if compress pointer is null and @@ -960,7 +961,7 @@

    5.2 Parsing

    url. [FILEAPI]
  • Set url's object to a - structured clone of the entry in the + structured clone of the entry in the blob URL store corresponding to url's scheme data. [HTML] @@ -1782,11 +1783,11 @@

    5.3 Serializing

    5.4 Origin

    -

    See origin's definition in HTML for the +

    See origin's definition in HTML for the necessary background information. [HTML]

    A URL's origin is -the origin returned by running these steps, switching +the origin returned by running these steps, switching on URL's scheme:

    @@ -2305,7 +2306,7 @@

    7.3

    Return the - Unicode serialization + Unicode serialization of url's origin. [HTML] @@ -2773,7 +2774,7 @@

    7.5 URL APIs elsewhereThe EventSource and -HashChangeEvent interfaces in HTML are examples of +HashChangeEvent interfaces in HTML are examples of proper naming. [HTML] diff --git a/url.src.html b/url.src.html index 72ce9012..75ddc4e8 100644 --- a/url.src.html +++ b/url.src.html @@ -543,7 +543,7 @@

    Parsing

  • Set piece to piece × 0x100 + value. -

  • If dots seen is 0 or 2, increase +

  • If dots seen is 1 or 3, increase piece pointer by one.

  • Increase pointer by one. @@ -565,10 +565,11 @@

    Parsing

  • Set piece pointer to seven. -

  • While piece pointer is not zero, swap piece - with the piece at pointer +

  • While piece pointer is not zero and swaps is + greater than zero, swap piece with the + piece at pointer compress pointer + swaps − 1, and then - decrease piece pointer and swaps by one. + decrease both piece pointer and swaps by one.

  • Otherwise, if compress pointer is null and