diff options
author | Andrew January <[email protected]> | 2014-09-29 13:24:54 +0100 |
---|---|---|
committer | Andrew January <[email protected]> | 2014-09-29 13:24:54 +0100 |
commit | 749b3000e8cc3202c52e30f2cd5e585175e9e17d (patch) | |
tree | e7194848264cca5a0eb51d262a88a619948a1bdc /spec.txt | |
parent | c006aececef112f61dd44cad43f0596221f29700 (diff) |
Changes urls to use example.com
As per RFC 2606 it is recommended to use example.com for sample urls in specifications.
One example is left using "[email protected]" because it is designed to demonstrate the complexity of email addresses that should be permitted.
Diffstat (limited to 'spec.txt')
-rw-r--r-- | spec.txt | 18 |
1 files changed, 8 insertions, 10 deletions
@@ -3686,9 +3686,9 @@ raw HTML: . . -<http://google.com?find=\*> +<http://example.com?find=\*> . -<p><a href="http://google.com?find=%5C*">http://google.com?find=\*</a></p> +<p><a href="http://example.com?find=%5C*">http://example.com?find=\*</a></p> . . @@ -5504,9 +5504,9 @@ spec](http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#e-m Examples of email autolinks: . . -<p><a href="mailto:[email protected]">[email protected]</a></p> +<p><a href="mailto:[email protected]">[email protected]</a></p> . . @@ -5548,15 +5548,15 @@ These are not autolinks: . . -http://google.com +http://example.com . -<p>http://google.com</p> +<p>http://example.com</p> . . . -<p>[email protected]</p> +<p>[email protected]</p> . ## Raw HTML @@ -6146,5 +6146,3 @@ an `emph`. The document can be rendered as HTML, or in any other format, given an appropriate renderer. - - |