validate-website 1.6.0 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/History.md +8 -0
- data/LICENSE +1 -1
- data/README.md +1 -1
- data/lib/validate_website/core.rb +1 -0
- data/lib/validate_website/static.rb +4 -63
- data/lib/validate_website/static_link.rb +65 -0
- data/lib/validate_website/validator.rb +43 -39
- data/lib/validate_website/version.rb +1 -1
- data/man/man1/validate-website-static.1 +3 -3
- data/man/man1/validate-website.1 +3 -3
- data/test/crawler_test.rb +9 -5
- data/test/data/validator.nu-failure.json +1 -0
- data/test/data/validator.nu-success.json +1 -0
- data/test/static_test.rb +1 -1
- data/test/validator_test.rb +14 -41
- metadata +14 -68
- data/data/schemas/xhtml-access-1.xsd +0 -43
- data/data/schemas/xhtml-applet-1.xsd +0 -66
- data/data/schemas/xhtml-attribs-1.xsd +0 -67
- data/data/schemas/xhtml-basic-form-1.xsd +0 -195
- data/data/schemas/xhtml-basic-table-1.xsd +0 -169
- data/data/schemas/xhtml-basic10-model-1.xsd +0 -385
- data/data/schemas/xhtml-basic10-module-redefines-1.xsd +0 -61
- data/data/schemas/xhtml-basic10-modules-1.xsd +0 -233
- data/data/schemas/xhtml-basic10.xsd +0 -99
- data/data/schemas/xhtml-basic11-model-1.xsd +0 -622
- data/data/schemas/xhtml-basic11-modules-1.xsd +0 -508
- data/data/schemas/xhtml-basic11.xsd +0 -105
- data/data/schemas/xhtml-bdo-1.xsd +0 -72
- data/data/schemas/xhtml-blkphras-1.xsd +0 -155
- data/data/schemas/xhtml-blkpres-1.xsd +0 -32
- data/data/schemas/xhtml-blkstruct-1.xsd +0 -44
- data/data/schemas/xhtml-csismap-1.xsd +0 -91
- data/data/schemas/xhtml-edit-1.xsd +0 -34
- data/data/schemas/xhtml-form-1.xsd +0 -321
- data/data/schemas/xhtml-frames-1.xsd +0 -113
- data/data/schemas/xhtml-framework-1.xsd +0 -62
- data/data/schemas/xhtml-hypertext-1.xsd +0 -47
- data/data/schemas/xhtml-iframe-1.xsd +0 -68
- data/data/schemas/xhtml-image-1.xsd +0 -40
- data/data/schemas/xhtml-inlphras-1.xsd +0 -158
- data/data/schemas/xhtml-inlpres-1.xsd +0 -34
- data/data/schemas/xhtml-inlstruct-1.xsd +0 -45
- data/data/schemas/xhtml-legacy-1.xsd +0 -97
- data/data/schemas/xhtml-link-1.xsd +0 -45
- data/data/schemas/xhtml-list-1.xsd +0 -94
- data/data/schemas/xhtml-meta-1.xsd +0 -54
- data/data/schemas/xhtml-misc-1.xsd +0 -441
- data/data/schemas/xhtml-object-1.xsd +0 -71
- data/data/schemas/xhtml-param-1.xsd +0 -46
- data/data/schemas/xhtml-pres-1.xsd +0 -46
- data/data/schemas/xhtml-print-1.xsd +0 -85
- data/data/schemas/xhtml-print-model-1.xsd +0 -604
- data/data/schemas/xhtml-print-modules-1.xsd +0 -422
- data/data/schemas/xhtml-rdfa-1.xsd +0 -116
- data/data/schemas/xhtml-rdfa-model-1.xsd +0 -461
- data/data/schemas/xhtml-rdfa-modules-1.xsd +0 -548
- data/data/schemas/xhtml-ruby-1.xsd +0 -170
- data/data/schemas/xhtml-script-1.xsd +0 -65
- data/data/schemas/xhtml-struct-1.xsd +0 -85
- data/data/schemas/xhtml-style-1.xsd +0 -47
- data/data/schemas/xhtml-table-1.xsd +0 -267
- data/data/schemas/xhtml-text-1.xsd +0 -62
- data/data/schemas/xhtml11-model-1.xsd +0 -715
- data/data/schemas/xhtml11-module-redefines-1.xsd +0 -335
- data/data/schemas/xhtml11-modules-1.xsd +0 -605
- data/data/schemas/xhtml11.xsd +0 -107
- data/data/schemas/xml-handlers-2.xsd +0 -98
- data/data/schemas/xml-script-1.xsd +0 -38
- data/test/data/html5-linuxfr.html +0 -1286
- data/test/data/validator.nu-excessive.html +0 -118
- data/test/data/validator.nu-failure.html +0 -10
- data/test/data/validator.nu-success.html +0 -2
@@ -1,118 +0,0 @@
|
|
1
|
-
<DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
3
|
-
<head>
|
4
|
-
|
5
|
-
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
6
|
-
<title>
|
7
|
-
W3C Validator - Excessive Use
|
8
|
-
</title>
|
9
|
-
|
10
|
-
<link rev="made" href="mailto:www-validator@w3.org" />
|
11
|
-
|
12
|
-
<link rev="start" href="/" title="Home Page" />
|
13
|
-
|
14
|
-
<style type="text/css" media="all">
|
15
|
-
@import "/style/base";
|
16
|
-
@import "/style/results";
|
17
|
-
</style>
|
18
|
-
|
19
|
-
<style type="text/css">
|
20
|
-
div#result {
|
21
|
-
padding-top: 0;
|
22
|
-
}
|
23
|
-
div#result h2 {
|
24
|
-
line-height: normal }
|
25
|
-
div#result p {
|
26
|
-
margin: 1em 0em;
|
27
|
-
}
|
28
|
-
#vs img {
|
29
|
-
float: left;
|
30
|
-
margin-right: 20px;
|
31
|
-
margin-bottom: 10px;
|
32
|
-
}
|
33
|
-
address {
|
34
|
-
clear: both;
|
35
|
-
margin: 24px 32px 0px;
|
36
|
-
padding: 10px 0;
|
37
|
-
border-top-style: solid;
|
38
|
-
border-width: thin;
|
39
|
-
}
|
40
|
-
</style>
|
41
|
-
</head>
|
42
|
-
|
43
|
-
<body>
|
44
|
-
<div id="banner">
|
45
|
-
<h1 id="title">
|
46
|
-
<a href="http://www.w3.org/">
|
47
|
-
<img alt="W3C" width="110" height="61" id="logo" src="/images/w3c.png" />
|
48
|
-
</a>
|
49
|
-
<a href="/">
|
50
|
-
<span>
|
51
|
-
Markup Validation Service
|
52
|
-
</span>
|
53
|
-
</a>
|
54
|
-
|
55
|
-
</h1>
|
56
|
-
|
57
|
-
<p id="tagline">
|
58
|
-
Check the markup (HTML, XHTML) of Web documents
|
59
|
-
</p>
|
60
|
-
|
61
|
-
</div>
|
62
|
-
|
63
|
-
<div id="results_container">
|
64
|
-
<div id="result">
|
65
|
-
<h2 id="results" class="invalid">
|
66
|
-
Sorry! This document can not be checked.
|
67
|
-
<br />
|
68
|
-
<strong>
|
69
|
-
We have received excessive Validation requests originating from your IP address
|
70
|
-
</strong>
|
71
|
-
</h2>
|
72
|
-
|
73
|
-
<p>
|
74
|
-
Please use this free service reasonably. Your IP address will be unblocked automatically after some time.
|
75
|
-
</p>
|
76
|
-
|
77
|
-
<p>
|
78
|
-
If you are using a browser plugin that checks every single page you visit, please discontinue using it and only use selectively.
|
79
|
-
</p>
|
80
|
-
|
81
|
-
<p>
|
82
|
-
W3C will continue to increase Validator resources and services and only
|
83
|
-
imposes restrictions to ensure the service remains available to the community.
|
84
|
-
</p>
|
85
|
-
|
86
|
-
<p id="vs">
|
87
|
-
|
88
|
-
<a href="https://validator-suite.w3.org/" title="Check your website with the W3C Validator Suite">
|
89
|
-
<img src="https://validator-suite.w3.org/icons/vs-blue-256.png" alt="W3C Validator Suite" />
|
90
|
-
</a>
|
91
|
-
If you need more extensive validation services beyond what our free Validator service can accommodate, please consider our premium service,
|
92
|
-
<a href="https://validator-suite.w3.org/">
|
93
|
-
W3C Validator Suite
|
94
|
-
</a>
|
95
|
-
.
|
96
|
-
</p>
|
97
|
-
|
98
|
-
</div>
|
99
|
-
<!-- result -->
|
100
|
-
|
101
|
-
</div>
|
102
|
-
<!-- results_container -->
|
103
|
-
|
104
|
-
<address>
|
105
|
-
|
106
|
-
<a href="http://validator.w3.org/check?uri=referer">
|
107
|
-
<img src="http://www.w3.org/Icons/valid-xhtml10" height="31" width="88" alt="Valid XHTML 1.0!" />
|
108
|
-
</a>
|
109
|
-
|
110
|
-
<a title="Send Feedback for the W3C Markup Validation Service" href="/feedback.html">
|
111
|
-
The W3C Validator Team
|
112
|
-
</a>
|
113
|
-
<br />
|
114
|
-
|
115
|
-
</address>
|
116
|
-
|
117
|
-
</body>
|
118
|
-
</html>
|
@@ -1,10 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en"><head><link href="http://about.validator.nu/icon.png" rel="icon"><link href="http://about.validator.nu/style.css" rel="stylesheet"><title>Validation results for http://www.google.fr/</title></head><body><h1>Validation results for http://www.google.fr/</h1><form method="get"><fieldset><legend>Validator Input</legend><table><tbody><tr title="The document to validate."><th><label for="doc">Document</label></th><td><input type="url" name="doc" id="doc" pattern="(?:(?:https?://.+)|(?:data:.+))?" title="Absolute IRI (http, https or data only) of the document to be checked." value="http://www.google.fr/"></td></tr><tr title="Override for transfer protocol character encoding declaration."><th><label for="charset">Encoding</label></th><td><select id="charset" name="charset"><option value="">As set by the server/page</option><option value="UTF-8">UTF-8 (Global)</option><option value="UTF-16">UTF-16 (Global)</option><option value="Windows-1250">Windows-1250 (Central European)</option><option value="Windows-1251">Windows-1251 (Cyrillic)</option><option value="Windows-1252">Windows-1252 (Western)</option><option value="Windows-1253">Windows-1253 (Greek)</option><option value="Windows-1254">Windows-1254 (Turkish)</option><option value="Windows-1255">Windows-1255 (Hebrew)</option><option value="Windows-1256">Windows-1256 (Arabic)</option><option value="Windows-1257">Windows-1257 (Baltic)</option><option value="Windows-1258">Windows-1258 (Vietnamese)</option><option value="ISO-8859-1">ISO-8859-1 (Western)</option><option value="ISO-8859-2">ISO-8859-2 (Central European)</option><option value="ISO-8859-3">ISO-8859-3 (South European)</option><option value="ISO-8859-4">ISO-8859-4 (Baltic)</option><option value="ISO-8859-5">ISO-8859-5 (Cyrillic)</option><option value="ISO-8859-6">ISO-8859-6 (Arabic)</option><option value="ISO-8859-7">ISO-8859-7 (Greek)</option><option value="ISO-8859-8">ISO-8859-8 (Hebrew)</option><option value="ISO-8859-9">ISO-8859-9 (Turkish)</option><option value="ISO-8859-13">ISO-8859-13 (Baltic)</option><option value="ISO-8859-15">ISO-8859-15 (Western)</option><option value="KOI8-R">KOI8-R (Russian)</option><option value="TIS-620">TIS-620 (Thai)</option><option value="GBK">GBK (Chinese, simplified)</option><option value="GB18030">GB18030 (Chinese, simplified)</option><option value="Big5">Big5 (Chinese, traditional)</option><option value="Big5-HKSCS">Big5-HKSCS (Chinese, traditional)</option><option value="Shift_JIS">Shift_JIS (Japanese)</option><option value="ISO-2022-JP">ISO-2022-JP (Japanese)</option><option value="EUC-JP">EUC-JP (Japanese)</option><option value="ISO-2022-KR">ISO-2022-KR (Korean)</option><option value="EUC-KR">EUC-KR (Korean)</option></select></td></tr><tr title="Space-separated list of schema IRIs. (Leave blank to let the service guess.)"><th><label for="schema">Schemas</label></th><td><input name="schema" id="schema" pattern="(?:(?:(?:https?://\S+)|(?:data:\S+))(?:\s+(?:(?:https?://\S+)|(?:data:\S+)))*)?" title="Space-separated list of schema IRIs. (Leave blank to let the service guess.)" value=""></td></tr><tr title="Selecting a preset overrides the schema field above."><th><label for="preset">Preset</label></th><td><select id="preset" name="preset"><option value="">None</option><option value="http://s.validator.nu/html5/html5full.rnc http://s.validator.nu/html5/assertions.sch http://c.validator.nu/all/">HTML5 (experimental)</option><option value="http://s.validator.nu/html5/html5full-aria.rnc http://s.validator.nu/html5/assertions.sch http://c.validator.nu/all/">HTML5+ARIA (experimental)</option><option value="http://s.validator.nu/html5-aria-svg-mathml.rnc http://s.validator.nu/html5/assertions.sch http://c.validator.nu/all/">HTML5+ARIA, SVG 1.1 plus MathML 2.0 (experimental)</option><option value="http://s.validator.nu/xhtml10/xhtml-strict.rnc http://s.validator.nu/xhtml10/xhtml.sch http://c.validator.nu/all-html4/">HTML 4.01 Strict + IRI / XHTML 1.0 Strict + IRI</option><option value="http://s.validator.nu/xhtml10/xhtml-transitional.rnc http://s.validator.nu/xhtml10/xhtml.sch http://c.validator.nu/all-html4/">HTML 4.01 Transitional + IRI / XHTML 1.0 Transitional + IRI</option><option value="http://s.validator.nu/xhtml10/xhtml-frameset.rnc http://s.validator.nu/xhtml10/xhtml.sch http://c.validator.nu/all-html4/">HTML 4.01 Frameset + IRI / XHTML 1.0 Frameset + IRI</option><option value="http://s.validator.nu/html5/xhtml5full-xhtml.rnc http://s.validator.nu/html5/assertions.sch http://c.validator.nu/all/">XHTML5 (experimental)</option><option value="http://s.validator.nu/xhtml5-aria-rdf-svg-mathml.rnc http://s.validator.nu/html5/assertions.sch http://c.validator.nu/all/">XHTML5+ARIA, SVG 1.1 plus MathML 2.0 (experimental)</option><option value="http://s.validator.nu/xhtml1-rdf-svg-mathml.rnc http://s.validator.nu/xhtml10/xhtml.sch http://c.validator.nu/all-html4/">XHTML 1.0 Strict, SVG 1.1, MathML 2.0 + IRI</option><option value="http://s.validator.nu/xhtml1-ruby-rdf-svg-mathml.rnc http://s.validator.nu/xhtml10/xhtml.sch http://c.validator.nu/all-html4/">XHTML 1.0 Strict, Ruby, SVG 1.1, MathML 2.0 + IRI</option><option value="http://s.validator.nu/xhtml10/xhtml-basic.rnc http://s.validator.nu/xhtml10/xhtml.sch http://c.validator.nu/all-html4/">XHTML Basic + IRI</option><option value="http://s.validator.nu/svg-xhtml5-aria-rdf-mathml.rnc http://s.validator.nu/html5/assertions.sch http://c.validator.nu/all/">SVG 1.1+IRI, XHTML5+ARIA plus MathML 2.0 (experimental)</option></select></td></tr><tr title="The parser to use. Affects HTTP Accept header."><th><label for="parser">Parser</label></th><td><select id="parser" name="parser"><option value="" selected="selected">Automatically from Content-Type</option><option value="xml">XML; don’t load external entities</option><option value="xmldtd">XML; load external entities</option><option value="html">HTML; flavor from doctype</option><option value="html5">HTML5</option><option value="html4">HTML 4.01 Strict</option><option value="html4tr">HTML 4.01 Transitional</option></select></td></tr><tr title="Space-separated list of namespace URIs."><th><label for="nsfilter"><abbr title="XML namespace">XMLNS</abbr> Filter</label></th><td><input name="nsfilter" id="nsfilter" pattern="(?:.+:.+(?:\s+.+:.+)*)?" title="Space-separated namespace URIs for vocabularies to be filtered out."></td></tr><tr title="Disrespect MIME RFCs."><th></th><td><label for="laxtype"><input type="checkbox" name="laxtype" id="laxtype" value="yes"> Be lax about HTTP Content-Type</label></td></tr><tr title="Display a report about the textual alternatives for images."><th></th><td><label for="showimagereport"><input type="checkbox" name="showimagereport" id="showimagereport" value="yes"> Show Image Report</label></td></tr><tr title="Display the markup source of the input document."><th></th><td><label for="showsource"><input type="checkbox" name="showsource" id="showsource" value="yes"> Show Source</label></td></tr><tr><th></th><td><input value="Validate" type="submit" id="submit"></td></tr></tbody></table></fieldset></form><script src="http://about.validator.nu/script.js"></script><ol><li class="info"><p><strong>Info</strong>: <span>The Content-Type was <code>text/html</code>. Using the HTML parser.</span></p></li><li class="info warning"><p><strong>Warning</strong>: <span>Using <code>windows-1252</code> instead of the declared encoding <code>iso-8859-1</code>.</span></p><p class="location"><span class="url">http://www.google.fr/</span></p></li><li class="info"><p><strong>Info</strong>: <span>Using the schema for HTML5+ARIA, SVG 1.1 plus MathML 2.0 (experimental).</span></p></li><li class="error"><p><strong>Error</strong>: <span><code>&</code> did not start a character reference. (<code>&</code> probably should have been escaped as <code>&amp;</code>.)</span></p><p class="location">At line <span class="last-line">11</span>, column <span class="last-col">112</span></p><p class="extract"><code>ad="document.f&<b>&</b>document.f.q.f</code></p></li><li class="error"><p><strong>Error</strong>: <span><code>&</code> did not start a character reference. (<code>&</code> probably should have been escaped as <code>&amp;</code>.)</span></p><p class="location">At line <span class="last-line">11</span>, column <span class="last-col">148</span></p><p class="extract"><code>;document.gbqf&<b>&</b>document.gbqf.</code></p></li><li class="error"><p><strong>Error</strong>: <span>The <code>bgcolor</code> attribute on the <code>body</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">17</span>; to line <span class="last-line">11</span>, column <span class="last-col">239</span></p><p class="extract"><code>pt></head><b><body bgcolor=#ffffff text=#000000 link=#0000cc vlink=#551a8b alink=#ff0000 onload="document.f&&docu<span class="snip">…</span>nt.gbqf&&document.gbqf.q.focus();if(document.images)new Image().src='/images/srpr/nav_logo80.png'" ></b><texta</code></p></li><li class="error"><p><strong>Error</strong>: <span>The <code>text</code> attribute on the <code>body</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">17</span>; to line <span class="last-line">11</span>, column <span class="last-col">239</span></p><p class="extract"><code>pt></head><b><body bgcolor=#ffffff text=#000000 link=#0000cc vlink=#551a8b alink=#ff0000 onload="document.f&&docu<span class="snip">…</span>nt.gbqf&&document.gbqf.q.focus();if(document.images)new Image().src='/images/srpr/nav_logo80.png'" ></b><texta</code></p></li><li class="error"><p><strong>Error</strong>: <span>The <code>link</code> attribute on the <code>body</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">17</span>; to line <span class="last-line">11</span>, column <span class="last-col">239</span></p><p class="extract"><code>pt></head><b><body bgcolor=#ffffff text=#000000 link=#0000cc vlink=#551a8b alink=#ff0000 onload="document.f&&docu<span class="snip">…</span>nt.gbqf&&document.gbqf.q.focus();if(document.images)new Image().src='/images/srpr/nav_logo80.png'" ></b><texta</code></p></li><li class="error"><p><strong>Error</strong>: <span>The <code>vlink</code> attribute on the <code>body</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">17</span>; to line <span class="last-line">11</span>, column <span class="last-col">239</span></p><p class="extract"><code>pt></head><b><body bgcolor=#ffffff text=#000000 link=#0000cc vlink=#551a8b alink=#ff0000 onload="document.f&&docu<span class="snip">…</span>nt.gbqf&&document.gbqf.q.focus();if(document.images)new Image().src='/images/srpr/nav_logo80.png'" ></b><texta</code></p></li><li class="error"><p><strong>Error</strong>: <span>The <code>alink</code> attribute on the <code>body</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">17</span>; to line <span class="last-line">11</span>, column <span class="last-col">239</span></p><p class="extract"><code>pt></head><b><body bgcolor=#ffffff text=#000000 link=#0000cc vlink=#551a8b alink=#ff0000 onload="document.f&&docu<span class="snip">…</span>nt.gbqf&&document.gbqf.q.focus();if(document.images)new Image().src='/images/srpr/nav_logo80.png'" ></b><texta</code></p></li><li class="error"><p><strong>Error</strong>: <span>Element <code>nobr</code> not allowed as child of element <a href="http://www.whatwg.org/specs/web-apps/current-work/#the-div-element"><code>div</code></a> in this context. (Suppressing further errors from this subtree.)</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">313</span>; to line <span class="last-line">11</span>, column <span class="last-col">318</span></p><p class="extract"><code>v id=gbar><b><nobr></b><b cla</code></p><dl><dt>Content model for element <a href="http://www.whatwg.org/specs/web-apps/current-work/#the-div-element"><code>div</code></a>:</dt>
|
3
|
-
<dd><a href="http://www.whatwg.org/specs/web-apps/current-work/#flow-content">Flow content</a>.</dd>
|
4
|
-
</dl></li><li class="error"><p><strong>Error</strong>: <span><code>&</code> did not start a character reference. (<code>&</code> probably should have been escaped as <code>&amp;</code>.)</span></p><p class="location">At line <span class="last-line">11</span>, column <span class="last-col">397</span></p><p class="extract"><code>.fr/imghp?hl=fr<b>&</b>tab=wi">Images</code></p></li><li class="error"><p><strong>Error</strong>: <span><code>&</code> did not start a character reference. (<code>&</code> probably should have been escaped as <code>&amp;</code>.)</span></p><p class="location">At line <span class="last-line">11</span>, column <span class="last-col">465</span></p><p class="extract"><code>oogle.fr/?hl=fr<b>&</b>tab=wv">Vidéos</code></p></li><li class="error"><p><strong>Error</strong>: <span><code>&</code> did not start a character reference. (<code>&</code> probably should have been escaped as <code>&amp;</code>.)</span></p><p class="location">At line <span class="last-line">11</span>, column <span class="last-col">536</span></p><p class="extract"><code>e.fr/maps?hl=fr<b>&</b>tab=wl">Maps</</code></p></li><li class="error"><p><strong>Error</strong>: <span><code>&</code> did not start a character reference. (<code>&</code> probably should have been escaped as <code>&amp;</code>.)</span></p><p class="location">At line <span class="last-line">11</span>, column <span class="last-col">606</span></p><p class="extract"><code>.fr/nwshp?hl=fr<b>&</b>tab=wn">Actual</code></p></li><li class="error"><p><strong>Error</strong>: <span><code>&</code> did not start a character reference. (<code>&</code> probably should have been escaped as <code>&amp;</code>.)</span></p><p class="location">At line <span class="last-line">11</span>, column <span class="last-col">684</span></p><p class="extract"><code>/shopping?hl=fr<b>&</b>tab=wf">Shoppi</code></p></li><li class="error"><p><strong>Error</strong>: <span>Attribute <code>width</code> not allowed on element <a href="http://www.whatwg.org/specs/web-apps/current-work/#the-div-element"><code>div</code></a> at this point.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">896</span>; to line <span class="last-line">11</span>, column <span class="last-col">920</span></p><p class="extract"><code>obr></div><b><div id=guser width=100%></b><nobr></code></p><dl><dt>Attributes for element <a href="http://www.whatwg.org/specs/web-apps/current-work/#the-div-element"><code>div</code></a>:</dt>
|
5
|
-
<dd><a href="http://www.whatwg.org/specs/web-apps/current-work/#global-attributes">Global attributes</a></dd>
|
6
|
-
</dl></li><li class="error"><p><strong>Error</strong>: <span>Element <code>nobr</code> not allowed as child of element <a href="http://www.whatwg.org/specs/web-apps/current-work/#the-div-element"><code>div</code></a> in this context. (Suppressing further errors from this subtree.)</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">921</span>; to line <span class="last-line">11</span>, column <span class="last-col">926</span></p><p class="extract"><code>idth=100%><b><nobr></b><span </code></p><dl><dt>Content model for element <a href="http://www.whatwg.org/specs/web-apps/current-work/#the-div-element"><code>div</code></a>:</dt>
|
7
|
-
<dd><a href="http://www.whatwg.org/specs/web-apps/current-work/#flow-content">Flow content</a>.</dd>
|
8
|
-
</dl></li><li class="error"><p><strong>Error</strong>: <span><code>&</code> did not start a character reference. (<code>&</code> probably should have been escaped as <code>&amp;</code>.)</span></p><p class="location">At line <span class="last-line">11</span>, column <span class="last-col">1019</span></p><p class="extract"><code>href="/url?sa=p<b>&</b>pref=</code></p></li><li class="error"><p><strong>Error</strong>: <span><code>&</code> did not start a character reference. (<code>&</code> probably should have been escaped as <code>&amp;</code>.)</span></p><p class="location">At line <span class="last-line">11</span>, column <span class="last-col">1027</span></p><p class="extract"><code>rl?sa=p&pref=ig<b>&</b>pval=3&q=http:</code></p></li><li class="error"><p><strong>Error</strong>: <span><code>&</code> did not start a character reference. (<code>&</code> probably should have been escaped as <code>&amp;</code>.)</span></p><p class="location">At line <span class="last-line">11</span>, column <span class="last-col">1034</span></p><p class="extract"><code>&pref=ig&pval=3<b>&</b>q=http://www.g</code></p></li><li class="error"><p><strong>Error</strong>: <span><code>&</code> did not start a character reference. (<code>&</code> probably should have been escaped as <code>&amp;</code>.)</span></p><p class="location">At line <span class="last-line">11</span>, column <span class="last-col">1086</span></p><p class="extract"><code>26source%3Diglk<b>&</b>usg=AFQjCNG3dQ</code></p></li><li class="error"><p><strong>Error</strong>: <span><code>&</code> did not start a character reference. (<code>&</code> probably should have been escaped as <code>&amp;</code>.)</span></p><p class="location">At line <span class="last-line">11</span>, column <span class="last-col">1363</span></p><p class="extract"><code>viceLogin?hl=fr<b>&</b>continue=http:</code></p></li><li class="error"><p><strong>Error</strong>: <span>The <code>center</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">1507</span>; to line <span class="last-line">11</span>, column <span class="last-col">1514</span></p><p class="extract"><code>div></div><b><center></b><br cl</code></p></li><li class="error"><p><strong>Error</strong>: <span>The <code>clear</code> attribute on the <code>br</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">1515</span>; to line <span class="last-line">11</span>, column <span class="last-col">1536</span></p><p class="extract"><code>v><center><b><br clear=all id=lgpd></b><div i</code></p></li><li class="error"><p><strong>Error</strong>: <span><code>&</code> did not start a character reference. (<code>&</code> probably should have been escaped as <code>&amp;</code>.)</span></p><p class="location">At line <span class="last-line">11</span>, column <span class="last-col">1814</span></p><p class="extract"><code>ad="window.lol&<b>&</b>lol()"/></a><b</code></p></li><li class="info warning"><p><strong>Warning</strong>: <span>The <code>border</code> attribute is obsolete. Consider specifying <code>img { border: 0; }</code> in CSS instead.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">1620</span>; to line <span class="last-line">11</span>, column <span class="last-col">1822</span></p><p class="extract"><code>;oi=ddle"><b><img alt="200ème anniversaire de Charles Dickens" title="200ème anniversaire de Charles Dickens" bor<span class="snip">…</span>=0 height=214 src="/logos/2012/dickens-2012-HP.jpg" width=500 id=hplogo onload="window.lol&&lol()"/></b></a><b</code></p></li><li class="error"><p><strong>Error</strong>: <span>The <code>cellpadding</code> attribute on the <code>table</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">1871</span>; to line <span class="last-line">11</span>, column <span class="last-col">1905</span></p><p class="extract"><code>h" name=f><b><table cellpadding=0 cellspacing=0></b><tr va</code></p></li><li class="error"><p><strong>Error</strong>: <span>The <code>cellspacing</code> attribute on the <code>table</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">1871</span>; to line <span class="last-line">11</span>, column <span class="last-col">1905</span></p><p class="extract"><code>h" name=f><b><table cellpadding=0 cellspacing=0></b><tr va</code></p></li><li class="error"><p><strong>Error</strong>: <span>The <code>valign</code> attribute on the <code>tr</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">1906</span>; to line <span class="last-line">11</span>, column <span class="last-col">1920</span></p><p class="extract"><code>spacing=0><b><tr valign=top></b><td wi</code></p></li><li class="error"><p><strong>Error</strong>: <span>The <code>width</code> attribute on the <code>td</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">1921</span>; to line <span class="last-line">11</span>, column <span class="last-col">1934</span></p><p class="extract"><code>align=top><b><td width=25%></b>&nbsp;</code></p></li><li class="error"><p><strong>Error</strong>: <span>The <code>align</code> attribute on the <code>td</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">1946</span>; to line <span class="last-line">11</span>, column <span class="last-col">1969</span></p><p class="extract"><code>nbsp;</td><b><td align=center nowrap></b><input</code></p></li><li class="error"><p><strong>Error</strong>: <span>The <code>nowrap</code> attribute on the <code>td</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">1946</span>; to line <span class="last-line">11</span>, column <span class="last-col">1969</span></p><p class="extract"><code>nbsp;</td><b><td align=center nowrap></b><input</code></p></li><li class="error"><p><strong>Error</strong>: <span>The <code>nowrap</code> attribute on the <code>td</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">2658</span>; to line <span class="last-line">11</span>, column <span class="last-col">2705</span></p><p class="extract"><code>span></td><b><td nowrap width=25% align=left class="fl sblc"></b><a hre</code></p></li><li class="error"><p><strong>Error</strong>: <span>The <code>width</code> attribute on the <code>td</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">2658</span>; to line <span class="last-line">11</span>, column <span class="last-col">2705</span></p><p class="extract"><code>span></td><b><td nowrap width=25% align=left class="fl sblc"></b><a hre</code></p></li><li class="error"><p><strong>Error</strong>: <span>The <code>align</code> attribute on the <code>td</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">2658</span>; to line <span class="last-line">11</span>, column <span class="last-col">2705</span></p><p class="extract"><code>span></td><b><td nowrap width=25% align=left class="fl sblc"></b><a hre</code></p></li><li class="error"><p><strong>Error</strong>: <span>The <code>font</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">2952</span>; to line <span class="last-line">11</span>, column <span class="last-col">2967</span></p><p class="extract"><code>prm><span><b><font size="-1"></b><span </code></p></li><li class="error"><p><strong>Error</strong>: <span><code>&</code> did not start a character reference. (<code>&</code> probably should have been escaped as <code>&amp;</code>.)</span></p><p class="location">At line <span class="last-line">11</span>, column <span class="last-col">3104</span></p><p class="extract"><code>"google.promos&<b>&</b>google.promos.</code></p></li><li class="error"><p><strong>Error</strong>: <span>Element <code>center</code> not allowed as child of element <a href="http://www.whatwg.org/specs/web-apps/current-work/#the-span-element"><code>span</code></a> in this context. (Suppressing further errors from this subtree.)</span></p><p class="location">From line <span class="first-line">15</span>, column <span class="first-col">126</span>; to line <span class="last-line">15</span>, column <span class="last-col">141</span></p><p class="extract"><code>id=footer><b><center id=fctr></b><div s</code></p><dl><dt>Content model for element <a href="http://www.whatwg.org/specs/web-apps/current-work/#the-span-element"><code>span</code></a>:</dt>
|
9
|
-
<dd><a href="http://www.whatwg.org/specs/web-apps/current-work/#phrasing-content">Phrasing content</a>.</dd>
|
10
|
-
</dl></li><li class="error"><p><strong>Error</strong>: <span>The <code>center</code> element is obsolete. <a href="http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes" title="About using CSS instead of presentational elements and attributes.">Use CSS instead</a>.</span></p><p class="location">From line <span class="first-line">15</span>, column <span class="first-col">126</span>; to line <span class="last-line">15</span>, column <span class="last-col">141</span></p><p class="extract"><code>id=footer><b><center id=fctr></b><div s</code></p></li><li class="error"><p><strong>Error</strong>: <span>End of file seen and there were open elements.</span></p><p class="location">From line <span class="first-line">21</span>, column <span class="first-col">1</span>; to line <span class="last-line">21</span>, column <span class="last-col">9</span></p><p class="extract"><code>));<span class="lf" title="Line break">↩</span>})();<span class="lf" title="Line break">↩</span><b></script></b></code></p></li><li class="error"><p><strong>Error</strong>: <span>Unclosed element <code>center</code>.</span></p><p class="location">From line <span class="first-line">11</span>, column <span class="first-col">1507</span>; to line <span class="last-line">11</span>, column <span class="last-col">1514</span></p><p class="extract"><code>div></div><b><center></b><br cl</code></p></li></ol><p class="failure">There were errors.</p><p class="stats">Total execution time 151 milliseconds.</p><hr><p><a href="http://about.validator.nu/">About this Service</a> • <a href="http://html5.validator.nu/">Simplified Interface</a></p></body></html>
|
@@ -1,2 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en"><head><link href="http://about.validator.nu/icon.png" rel="icon"><link href="http://about.validator.nu/style.css" rel="stylesheet"><title>Validation results</title></head><body><h1>Validation results</h1><form method="get"><fieldset><legend>Validator Input</legend><table><tbody><tr title="The document to validate."><th><label for="doc">Document</label></th><td><input type="url" name="doc" id="doc" pattern="(?:(?:https?://.+)|(?:data:.+))?" title="Absolute IRI (http, https or data only) of the document to be checked." class="textarea"></td></tr><tr title="Override for transfer protocol character encoding declaration."><th><label for="charset">Encoding</label></th><td><select id="charset" name="charset"><option value="">As set by the server/page</option><option value="UTF-8">UTF-8 (Global)</option><option value="UTF-16">UTF-16 (Global)</option><option value="Windows-1250">Windows-1250 (Central European)</option><option value="Windows-1251">Windows-1251 (Cyrillic)</option><option value="Windows-1252">Windows-1252 (Western)</option><option value="Windows-1253">Windows-1253 (Greek)</option><option value="Windows-1254">Windows-1254 (Turkish)</option><option value="Windows-1255">Windows-1255 (Hebrew)</option><option value="Windows-1256">Windows-1256 (Arabic)</option><option value="Windows-1257">Windows-1257 (Baltic)</option><option value="Windows-1258">Windows-1258 (Vietnamese)</option><option value="ISO-8859-1">ISO-8859-1 (Western)</option><option value="ISO-8859-2">ISO-8859-2 (Central European)</option><option value="ISO-8859-3">ISO-8859-3 (South European)</option><option value="ISO-8859-4">ISO-8859-4 (Baltic)</option><option value="ISO-8859-5">ISO-8859-5 (Cyrillic)</option><option value="ISO-8859-6">ISO-8859-6 (Arabic)</option><option value="ISO-8859-7">ISO-8859-7 (Greek)</option><option value="ISO-8859-8">ISO-8859-8 (Hebrew)</option><option value="ISO-8859-9">ISO-8859-9 (Turkish)</option><option value="ISO-8859-13">ISO-8859-13 (Baltic)</option><option value="ISO-8859-15">ISO-8859-15 (Western)</option><option value="KOI8-R">KOI8-R (Russian)</option><option value="TIS-620">TIS-620 (Thai)</option><option value="GBK">GBK (Chinese, simplified)</option><option value="GB18030">GB18030 (Chinese, simplified)</option><option value="Big5">Big5 (Chinese, traditional)</option><option value="Big5-HKSCS">Big5-HKSCS (Chinese, traditional)</option><option value="Shift_JIS">Shift_JIS (Japanese)</option><option value="ISO-2022-JP">ISO-2022-JP (Japanese)</option><option value="EUC-JP">EUC-JP (Japanese)</option><option value="ISO-2022-KR">ISO-2022-KR (Korean)</option><option value="EUC-KR">EUC-KR (Korean)</option></select></td></tr><tr title="Space-separated list of schema IRIs. (Leave blank to let the service guess.)"><th><label for="schema">Schemas</label></th><td><input name="schema" id="schema" pattern="(?:(?:(?:https?://\S+)|(?:data:\S+))(?:\s+(?:(?:https?://\S+)|(?:data:\S+)))*)?" title="Space-separated list of schema IRIs. (Leave blank to let the service guess.)" value=""></td></tr><tr title="Selecting a preset overrides the schema field above."><th><label for="preset">Preset</label></th><td><select id="preset" name="preset"><option value="">None</option><option value="http://s.validator.nu/html5/html5full.rnc http://s.validator.nu/html5/assertions.sch http://c.validator.nu/all/">HTML5 (experimental)</option><option value="http://s.validator.nu/html5/html5full-aria.rnc http://s.validator.nu/html5/assertions.sch http://c.validator.nu/all/">HTML5+ARIA (experimental)</option><option value="http://s.validator.nu/html5-aria-svg-mathml.rnc http://s.validator.nu/html5/assertions.sch http://c.validator.nu/all/">HTML5+ARIA, SVG 1.1 plus MathML 2.0 (experimental)</option><option value="http://s.validator.nu/xhtml10/xhtml-strict.rnc http://s.validator.nu/xhtml10/xhtml.sch http://c.validator.nu/all-html4/">HTML 4.01 Strict + IRI / XHTML 1.0 Strict + IRI</option><option value="http://s.validator.nu/xhtml10/xhtml-transitional.rnc http://s.validator.nu/xhtml10/xhtml.sch http://c.validator.nu/all-html4/">HTML 4.01 Transitional + IRI / XHTML 1.0 Transitional + IRI</option><option value="http://s.validator.nu/xhtml10/xhtml-frameset.rnc http://s.validator.nu/xhtml10/xhtml.sch http://c.validator.nu/all-html4/">HTML 4.01 Frameset + IRI / XHTML 1.0 Frameset + IRI</option><option value="http://s.validator.nu/html5/xhtml5full-xhtml.rnc http://s.validator.nu/html5/assertions.sch http://c.validator.nu/all/">XHTML5 (experimental)</option><option value="http://s.validator.nu/xhtml5-aria-rdf-svg-mathml.rnc http://s.validator.nu/html5/assertions.sch http://c.validator.nu/all/">XHTML5+ARIA, SVG 1.1 plus MathML 2.0 (experimental)</option><option value="http://s.validator.nu/xhtml1-rdf-svg-mathml.rnc http://s.validator.nu/xhtml10/xhtml.sch http://c.validator.nu/all-html4/">XHTML 1.0 Strict, SVG 1.1, MathML 2.0 + IRI</option><option value="http://s.validator.nu/xhtml1-ruby-rdf-svg-mathml.rnc http://s.validator.nu/xhtml10/xhtml.sch http://c.validator.nu/all-html4/">XHTML 1.0 Strict, Ruby, SVG 1.1, MathML 2.0 + IRI</option><option value="http://s.validator.nu/xhtml10/xhtml-basic.rnc http://s.validator.nu/xhtml10/xhtml.sch http://c.validator.nu/all-html4/">XHTML Basic + IRI</option><option value="http://s.validator.nu/svg-xhtml5-aria-rdf-mathml.rnc http://s.validator.nu/html5/assertions.sch http://c.validator.nu/all/">SVG 1.1+IRI, XHTML5+ARIA plus MathML 2.0 (experimental)</option></select></td></tr><tr title="The parser to use. Affects HTTP Accept header."><th><label for="parser">Parser</label></th><td><select id="parser" name="parser"><option value="" selected="selected">Automatically from Content-Type</option><option value="xml">XML; don’t load external entities</option><option value="xmldtd">XML; load external entities</option><option value="html">HTML; flavor from doctype</option><option value="html5">HTML5</option><option value="html4">HTML 4.01 Strict</option><option value="html4tr">HTML 4.01 Transitional</option></select></td></tr><tr title="Space-separated list of namespace URIs."><th><label for="nsfilter"><abbr title="XML namespace">XMLNS</abbr> Filter</label></th><td><input name="nsfilter" id="nsfilter" pattern="(?:.+:.+(?:\s+.+:.+)*)?" title="Space-separated namespace URIs for vocabularies to be filtered out."></td></tr><tr title="Disrespect MIME RFCs."><th></th><td><label for="laxtype"><input type="checkbox" name="laxtype" id="laxtype" value="yes"> Be lax about HTTP Content-Type</label></td></tr><tr title="Display a report about the textual alternatives for images."><th></th><td><label for="showimagereport"><input type="checkbox" name="showimagereport" id="showimagereport" value="yes"> Show Image Report</label></td></tr><tr title="Display the markup source of the input document."><th></th><td><label for="showsource"><input type="checkbox" name="showsource" id="showsource" value="yes"> Show Source</label></td></tr><tr><th></th><td><input value="Validate" type="submit" id="submit"></td></tr></tbody></table></fieldset></form><script src="http://about.validator.nu/script.js"></script><ol><li class="info"><p><strong>Info</strong>: <span>The Content-Type was <code>text/html</code>. Using the HTML parser.</span></p></li><li class="info"><p><strong>Info</strong>: <span>Using the schema for HTML5+ARIA, SVG 1.1 plus MathML 2.0 (experimental).</span></p></li></ol><p class="success">The document validates according to the specified schema(s) and to additional constraints checked by the validator.</p><p class="stats">Total execution time 246 milliseconds.</p><hr><p><a href="http://about.validator.nu/">About this Service</a> • <a href="http://html5.validator.nu/">Simplified Interface</a></p></body></html>
|