summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-06 09:12:02 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-06 09:12:02 -0700
commit78a54ca1f002dc6386a947ad2b82e737ab09a1e7 (patch)
treeacd806ffda33feaae859d90c13733b61618af455
parentc006aececef112f61dd44cad43f0596221f29700 (diff)
parent205b4aafe8c4aeb03700b450d2805f6f5b9fdc3f (diff)
Merge pull request #144 from aJanuary/master
Changes urls to use example.com
-rw-r--r--spec.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/spec.txt b/spec.txt
index fce8792..c9d207a 100644
--- a/spec.txt
+++ b/spec.txt
@@ -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