- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 31 Jan 2012 00:49:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30172
Modified Files:
Overview.html
Log Message:
Drop old origin definitions that no longer matter. (whatwg r6941)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5538
retrieving revision 1.5539
diff -u -d -r1.5538 -r1.5539
--- Overview.html 31 Jan 2012 00:39:09 -0000 1.5538
+++ Overview.html 31 Jan 2012 00:49:03 -0000 1.5539
@@ -46913,39 +46913,7 @@
<dd>The <a href="#origin">origin</a> is the <a href="#origin">origin</a> of the
<code><a href="#the-img-element">img</a></code> element's <code><a href="#document">Document</a></code>.</dd>
-
-
-
- <dt>If an image was served over the network and has an address
- that uses a URL scheme with a server-based naming authority</dt>
-
- <dd>The <a href="#origin">origin</a> is the <a href="#origin">origin</a> of the
- image's <a href="#url">URL</a>.</dd>
-
-
- <dt>If an image was generated from a <a href="#data-protocol" title="data
- protocol"><code title="">data:</code> URL</a> that was
- returned as the location of an HTTP redirect (<a href="#concept-http-equivalent-codes" title="concept-http-equivalent-codes">or equivalent</a> in
- other protocols)</dt>
-
- <dd>The <a href="#origin">origin</a> is the <a href="#origin">origin</a> of the
- <a href="#url">URL</a> that redirected to the <a href="#data-protocol" title="data
- protocol"><code title="">data:</code> URL</a>.</dd>
-
-
- <dt>If an image was generated from a <a href="#data-protocol" title="data
- protocol"><code title="">data:</code> URL</a> found in another
- <code><a href="#document">Document</a></code> or in a script</dt>
-
- <dd>The <a href="#origin">origin</a> is the <a href="#origin">origin</a> of the
- <code><a href="#document">Document</a></code> or script that loaded that image.</dd>
-
-
- <dt>If an image was obtained in some other manner (e.g. a <a href="#data-protocol" title="data protocol"><code title="">data:</code> URL</a>
- typed in by the user)</dt>
-
- <dd>The <a href="#origin">origin</a> is a globally unique identifier
- assigned when the image is created.</dd>
+
</dl></dd>
@@ -74515,6 +74483,7 @@
鵜飼文敏 (Fumitoshi Ukai),
Futomi Hatano,
Gavin Carothers,
+ Gavin Kistner,
Gareth Rees,
Garrett Smith,
Geoffrey Garen,
Received on Tuesday, 31 January 2012 00:49:09 UTC