From 749b3000e8cc3202c52e30f2cd5e585175e9e17d Mon Sep 17 00:00:00 2001 From: Andrew January Date: Mon, 29 Sep 2014 13:24:54 +0100 Subject: 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. --- spec.txt | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index fce8792..9a7e675 100644 --- a/spec.txt +++ b/spec.txt @@ -3686,9 +3686,9 @@ raw HTML: . . - + . -

http://google.com?find=\*

+

http://example.com?find=\*

. . @@ -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

. . @@ -5548,15 +5548,15 @@ These are not autolinks: . . -http://google.com +http://example.com . -

http://google.com

+

http://example.com

. . -foo@bar.baz.com +foo@bar.example.com . -

foo@bar.baz.com

+

foo@bar.example.com

. ## Raw HTML @@ -6146,5 +6146,3 @@ an `emph`. The document can be rendered as HTML, or in any other format, given an appropriate renderer. - - -- cgit v1.2.3 From 205b4aafe8c4aeb03700b450d2805f6f5b9fdc3f Mon Sep 17 00:00:00 2001 From: Andrew January Date: Mon, 29 Sep 2014 13:27:12 +0100 Subject: Adds missing newlines --- spec.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 9a7e675..c9d207a 100644 --- a/spec.txt +++ b/spec.txt @@ -6146,3 +6146,5 @@ an `emph`. The document can be rendered as HTML, or in any other format, given an appropriate renderer. + + -- cgit v1.2.3