- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2011 09:52:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv28788/spec Added Files: TMP.html Log Message: new --- NEW FILE: TMP.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> <html lang="en-US-x-Hixie" class="split chapter"><head><title>2.6 URLs — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } h4 { margin: 2.5em 0 0.75em 0; } h5, h6 { margin: 2.5em 0 1em; } h1 + h2, h1 + h2 + h2 { margin: 0.75em 0 0.75em; } h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0.5em; } p { margin: 1em 0; } hr:not(.top) { display: block; background: none; border: none; padding: 0; margin: 2em 0; height: auto; } dl, dd { margin-top: 0; margin-bottom: 0; } dt { margin-top: 0.75em; margin-bottom: 0.25em; clear: left; } dt + dt { margin-top: 0; } dd dt { margin-top: 0.25em; margin-bottom: 0; } dd p { margin-top: 0; } dd dl + p { margin-top: 1em; } dd table + p { margin-top: 1em; } [...967 lines suppressed...] </th><th><code title="dom-uda-pathname"><a href="#dom-uda-pathname">pathname</a></code> </th><th><code title="dom-uda-search"><a href="#dom-uda-search">search</a></code> </th><th><code title="dom-uda-hash"><a href="#dom-uda-hash">hash</a></code> </th></tr></thead><tbody><tr><td><code title="">http://example.com/carrot#question%3f</code> </td><td><code title="">http:</code> </td><td><code title="">example.com</code> </td><td><code title="">example.com</code> </td><td>(empty string) </td><td><code title="">/carrot</code> </td><td>(empty string) </td><td><code title="">#question%3f</code> </td></tr><tr><td><code title="">https://www.example.com:4443?</code> </td><td><code title="">https:</code> </td><td><code title="">www.example.com:4443</code> </td><td><code title="">www.example.com</code> </td><td><code title="">4443</code> </td><td><code title="">/</code> </td><td><code title="">?</code> </td><td>(empty string) </td></tr></tbody></table></div></body></html>
Received on Friday, 22 April 2011 09:52:32 UTC