diff options
author | Andrew January <andrewjanuary@gmail.com> | 2014-09-29 13:24:54 +0100 |
---|---|---|
committer | Andrew January <andrewjanuary@gmail.com> | 2014-09-29 13:24:54 +0100 |
commit | 749b3000e8cc3202c52e30f2cd5e585175e9e17d (patch) | |
tree | e7194848264cca5a0eb51d262a88a619948a1bdc | |
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 "foo+special@Bar.baz-bar0.com" because it is designed to demonstrate the complexity of email addresses that should be permitted.
-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: . -<foo@bar.baz.com> +<foo@bar.example.com> . -<p><a href="mailto:foo@bar.baz.com">foo@bar.baz.com</a></p> +<p><a href="mailto:foo@bar.example.com">foo@bar.example.com</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> . . -foo@bar.baz.com +foo@bar.example.com . -<p>foo@bar.baz.com</p> +<p>foo@bar.example.com</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. - - |