You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
see also: <ahref="http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out">http://wiki.whatwg.org/wiki/Validator.nu_Common_Input_Parameters#out</a>
77
77
</pre>
78
78
79
+
<h4id="help">--help</h4>
80
+
<pre>
81
+
Shows detailed usage information.
82
+
</pre>
83
+
79
84
<h4id="html">--html</h4>
80
85
<pre>
81
-
Specifies that all documents must be parsed by the HTML parser as text/html
86
+
Specifies that all documents should be parsed by the HTML parser as text/html
82
87
(otherwise, *.xhtml documents are parsed by the XML parser).
83
88
84
89
default: [unset; *.xhtml documents are parsed by the XML parser]
85
90
</pre>
86
91
92
+
<h4id="no-stream">--no-stream</h4>
93
+
<pre>
94
+
Specifies that all documents parsed by the HTML parser will be parsed in
95
+
buffered mode instead of streaming mode (causes some parse errors to be
96
+
treated as non-fatal document errors instead of as fatal document errors).
97
+
98
+
default: [unset; non-streamable parse errors cause fatal document errors]
99
+
</pre>
100
+
87
101
<h4id="schema-url">--schema <var>URL</var></h4>
88
102
<pre>
89
103
Specifies a URL for a known http://s.validator.nu/* schema to use for
0 commit comments