[html5] r5588 - [e] (0) add more uda examples Fixing http://www.w3.org/Bugs/Public/show_bug.cgi? [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 7 12:21:35 PDT 2010


Author: ianh
Date: 2010-10-07 12:21:34 -0700 (Thu, 07 Oct 2010)
New Revision: 5588

Modified:
   complete.html
   index
   source
Log:
[e] (0) add more uda examples
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10410

Modified: complete.html
===================================================================
--- complete.html	2010-10-06 22:41:20 UTC (rev 5587)
+++ complete.html	2010-10-07 19:21:34 UTC (rev 5588)
@@ -214,7 +214,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 6 October 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 7 October 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -6219,7 +6219,39 @@
       <td> The (empty) <a href=#url-fragment title=url-fragment><fragment></a> component is not part of the <a href=#url-query title=url-query><query></a> component.
    </table></div>
 
+  <div class=example>
 
+   <p>The following table is similar; it provides a list of what each
+   of the <a href=#url-decomposition-idl-attributes>URL decomposition IDL attributes</a> returns for a
+   given <var title="">input</var> URL.</p>
+
+   <table><thead><tr><th>Input
+      <th><code title=dom-uda-protocol><a href=#dom-uda-protocol>protocol</a></code>
+      <th><code title=dom-uda-host><a href=#dom-uda-host>host</a></code>
+      <th><code title=dom-uda-hostname><a href=#dom-uda-hostname>hostname</a></code>
+      <th><code title=dom-uda-port><a href=#dom-uda-port>port</a></code>
+      <th><code title=dom-uda-pathname><a href=#dom-uda-pathname>pathname</a></code>
+      <th><code title=dom-uda-search><a href=#dom-uda-search>search</a></code>
+      <th><code title=dom-uda-hash><a href=#dom-uda-hash>hash</a></code>
+    <tbody><tr><td><code title="">http://example.com/carrot#question%3f</code>
+      <td><code title="">http:</code>
+      <td><code title="">example.com</code>
+      <td><code title="">example.com</code>
+      <td>(empty string)
+      <td><code title="">/carrot</code>
+      <td>(empty string)
+      <td><code title="">#question%3f</code>
+     <tr><td><code title="">https://www.example.com:4443?</code>
+      <td><code title="">https:</code>
+      <td><code title="">www.example.com:4443</code>
+      <td><code title="">www.example.com</code>
+      <td><code title="">4443</code>
+      <td><code title="">/</code>
+      <td><code title="">?</code>
+      <td>(empty string)
+   </table></div>
+
+
   <div class=impl>
 
   <h3 id=fetching-resources><span class=secno>2.7 </span>Fetching resources</h3>
@@ -32454,7 +32486,7 @@
   attribute's allowed keywords correspond to alignment points in the
   font:</p>
 
-  <p><img alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like आ are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and Ω are anchored, the ideographic baseline is where glyphs like 私 and 達 are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square." height=300 src=http://images.whatwg.org/baselines.png width=738></p>
+  <p><img alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like आ are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and " height=300 src=http://images.whatwg.org/baselines.png width=738>x03A9; are anchored, the ideographic baseline is where glyphs like 私 and 達 are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square."></p>
 
   <p>The keywords map to these alignment points as follows:</p>
 

Modified: index
===================================================================
--- index	2010-10-06 22:41:20 UTC (rev 5587)
+++ index	2010-10-07 19:21:34 UTC (rev 5588)
@@ -218,7 +218,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 6 October 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 7 October 2010</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -6196,7 +6196,39 @@
       <td> The (empty) <a href=#url-fragment title=url-fragment><fragment></a> component is not part of the <a href=#url-query title=url-query><query></a> component.
    </table></div>
 
+  <div class=example>
 
+   <p>The following table is similar; it provides a list of what each
+   of the <a href=#url-decomposition-idl-attributes>URL decomposition IDL attributes</a> returns for a
+   given <var title="">input</var> URL.</p>
+
+   <table><thead><tr><th>Input
+      <th><code title=dom-uda-protocol><a href=#dom-uda-protocol>protocol</a></code>
+      <th><code title=dom-uda-host><a href=#dom-uda-host>host</a></code>
+      <th><code title=dom-uda-hostname><a href=#dom-uda-hostname>hostname</a></code>
+      <th><code title=dom-uda-port><a href=#dom-uda-port>port</a></code>
+      <th><code title=dom-uda-pathname><a href=#dom-uda-pathname>pathname</a></code>
+      <th><code title=dom-uda-search><a href=#dom-uda-search>search</a></code>
+      <th><code title=dom-uda-hash><a href=#dom-uda-hash>hash</a></code>
+    <tbody><tr><td><code title="">http://example.com/carrot#question%3f</code>
+      <td><code title="">http:</code>
+      <td><code title="">example.com</code>
+      <td><code title="">example.com</code>
+      <td>(empty string)
+      <td><code title="">/carrot</code>
+      <td>(empty string)
+      <td><code title="">#question%3f</code>
+     <tr><td><code title="">https://www.example.com:4443?</code>
+      <td><code title="">https:</code>
+      <td><code title="">www.example.com:4443</code>
+      <td><code title="">www.example.com</code>
+      <td><code title="">4443</code>
+      <td><code title="">/</code>
+      <td><code title="">?</code>
+      <td>(empty string)
+   </table></div>
+
+
   <div class=impl>
 
   <h3 id=fetching-resources><span class=secno>2.7 </span>Fetching resources</h3>

Modified: source
===================================================================
--- source	2010-10-06 22:41:20 UTC (rev 5587)
+++ source	2010-10-07 19:21:34 UTC (rev 5588)
@@ -5836,7 +5836,47 @@
 
   </div>
 
+  <div class="example">
 
+   <p>The following table is similar; it provides a list of what each
+   of the <span>URL decomposition IDL attributes</span> returns for a
+   given <var title="">input</var> URL.</p>
+
+   <table>
+    <thead>
+     <tr>
+      <th>Input
+      <th><code title="dom-uda-protocol">protocol</code>
+      <th><code title="dom-uda-host">host</code>
+      <th><code title="dom-uda-hostname">hostname</code>
+      <th><code title="dom-uda-port">port</code>
+      <th><code title="dom-uda-pathname">pathname</code>
+      <th><code title="dom-uda-search">search</code>
+      <th><code title="dom-uda-hash">hash</code>
+    <tbody>
+     <tr>
+      <td><code title="">http://example.com/carrot#question%3f</code>
+      <td><code title="">http:</code>
+      <td><code title="">example.com</code>
+      <td><code title="">example.com</code>
+      <td>(empty string)
+      <td><code title="">/carrot</code>
+      <td>(empty string)
+      <td><code title="">#question%3f</code>
+     <tr>
+      <td><code title="">https://www.example.com:4443?</code>
+      <td><code title="">https:</code>
+      <td><code title="">www.example.com:4443</code>
+      <td><code title="">www.example.com</code>
+      <td><code title="">4443</code>
+      <td><code title="">/</code>
+      <td><code title="">?</code>
+      <td>(empty string)
+   </table>
+
+  </div>
+
+
   <div class="impl">
 
   <h3>Fetching resources</h3>




More information about the Commit-Watchers mailing list