CVS html5/2014/10

Update of /sources/public/html5/2014/10
In directory roscoe:/tmp/cvs-serv3199

Modified Files:
	url-ref.html 
Log Message:
4 minor updates based on feedback


--- /sources/public/html5/2014/10/url-ref.html	2014/10/08 04:07:01	1.3
+++ /sources/public/html5/2014/10/url-ref.html	2014/10/11 00:48:24	1.4
@@ -29,7 +29,7 @@
           <cite><a href="http://tools.ietf.org/html/rfc3986">Uniform Resource Identifier (URI): Generic Syntax</a> (URL:
           <a href="http://tools.ietf.org/html/rfc3986">http://tools.ietf.org/html/rfc3986</a>)</cite>, T. Berners-Lee, R. Fielding, L. Masinter. IETF; and
           <cite><a href="http://tools.ietf.org/html/rfc3987">Internationalized Resource Identifiers (IRIs)</a> (URL:
-          <a href="http://tools.ietf.org/html/rfc3987">http://tools.ietf.org/html/rfc3987</a>)</cite>, M. Duerst, M. Suignard. IETF.
+          <a href="http://tools.ietf.org/html/rfc3987">http://tools.ietf.org/html/rfc3987</a>)</cite>, M. Dürst, M. Suignard. IETF.
         </p>
         <p>
           <cite><a href="http://www.w3.org/TR/url/">URL</a> (URL:
@@ -53,16 +53,16 @@
             purpose of producing strict URLs one may wish to consider [RFC3986] [RFC3987]. The W3C URL
             specification defines the term URL, various algorithms for dealing with URLs, and an API
             for constructing, parsing, and resolving URLs. Developers of Web browsers are advised to keep abreast of the latest URL developments by tracking the progress of <a
-            href="http://url.spec.whatwg.org/">http://url.spec.whatwg.org/</a>. We expect that the W3C URL draft will evolve along the Recommendation track as the community converges on a definition of URL processing.
+            href="https://url.spec.whatwg.org/">https://url.spec.whatwg.org/</a>. We expect that the W3C URL draft will evolve along the Recommendation track as the community converges on a definition of URL processing.
           </p>
           <p>
             Most of the URL-related terms used in the HTML specification (<strong>URL</strong>, <strong>absolute
-            URL</strong>, <strong>relative URL</strong>, <strong>relatives schemes</strong>,
+            URL</strong>, <strong>relative URL</strong>, <strong>relative schemes</strong>,
             <strong>scheme component</strong>, <strong>scheme data</strong>,
             <strong>username</strong>, <strong>password</strong>, <strong>host</strong>,
             <strong>port</strong>, <strong>path</strong>, <strong>query</strong>,
             <strong>fragment</strong>, <strong>percent encode</strong>, <strong>get the base</strong>,
-            and <strong>UTF-8 percent encode</strong>) can be mapped directly to the
+            and <strong>UTF-8 percent encode</strong>) can be straightforwardly mapped to the
             terminology of [RFC3986] and [RFC3987]. The <code>URLUtils</code> (formerly known as
             <code>URL</code>) collection of attributes (e.g. <code>href</code> and <code>protocol</code>)
             and its required definitions (<strong>input</strong>, <strong>query encoding</strong>,

Received on Saturday, 11 October 2014 00:48:25 UTC