Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errors from validator.w3.org #29

Open
bwlang opened this issue Dec 3, 2009 · 2 comments
Open

errors from validator.w3.org #29

bwlang opened this issue Dec 3, 2009 · 2 comments

Comments

@bwlang
Copy link
Contributor

bwlang commented Dec 3, 2009

Warning Line 23, Column 153: character "&" is the first character of a delimiter but occurred as data

…ue, params){return !v2.empty(value) && !(typeof value.length !== 'undefined'

This message may appear in several cases:

* You tried to include the "<" character in your page: you should escape it as "&lt;"
* You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
* Another possibility is that you forgot to close quotes in a previous tag.

Warning Line 23, Column 154: character "&" is the first character of a delimiter but occurred as data

…e, params){return !v2.empty(value) && !(typeof value.length !== 'undefined' &

This message may appear in several cases:

* You tried to include the "<" character in your page: you should escape it as "&lt;"
* You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
* Another possibility is that you forgot to close quotes in a previous tag.

Warning Line 23, Column 194: character "&" is the first character of a delimiter but occurred as data

…typeof value.length !== 'undefined' && value.length === 0) && !/^[\s\t\n]*$/.

This message may appear in several cases:

* You tried to include the "<" character in your page: you should escape it as "&lt;"
* You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
* Another possibility is that you forgot to close quotes in a previous tag.

Warning Line 23, Column 195: character "&" is the first character of a delimiter but occurred as data

…ypeof value.length !== 'undefined' && value.length === 0) && !/^[\s\t\n]*$/.t

This message may appear in several cases:

* You tried to include the "<" character in your page: you should escape it as "&lt;"
* You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
* Another possibility is that you forgot to close quotes in a previous tag.

Warning Line 23, Column 217: character "&" is the first character of a delimiter but occurred as data

… 'undefined' && value.length === 0) && !/^[\s\t\n]*$/.test(value);},message:

This message may appear in several cases:

* You tried to include the "<" character in your page: you should escape it as "&lt;"
* You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
* Another possibility is that you forgot to close quotes in a previous tag.

Warning Line 23, Column 218: character "&" is the first character of a delimiter but occurred as data

…'undefined' && value.length === 0) && !/^[\s\t\n]*$/.test(value);},message: "

This message may appear in several cases:

* You tried to include the "<" character in your page: you should escape it as "&lt;"
* You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
* Another possibility is that you forgot to close quotes in a previous tag.

Error Line 23, Column > 80: XML Parsing Error: xmlParseEntityRef: no name

…/javascript">v2.Validator.add({acceptEmpty: false,fn: function(field, value, …

Error Line 23, Column > 80: XML Parsing Error: xmlParseEntityRef: no name

…/javascript">v2.Validator.add({acceptEmpty: false,fn: function(field, value, …

Error Line 23, Column > 80: XML Parsing Error: xmlParseEntityRef: no name

…/javascript">v2.Validator.add({acceptEmpty: false,fn: function(field, value, …

Error Line 23, Column > 80: XML Parsing Error: xmlParseEntityRef: no name

…/javascript">v2.Validator.add({acceptEmpty: false,fn: function(field, value, …

Error Line 23, Column > 80: XML Parsing Error: xmlParseEntityRef: no name

…/javascript">v2.Validator.add({acceptEmpty: false,fn: function(field, value, …

Error Line 23, Column > 80: XML Parsing Error: xmlParseEntityRef: no name

…/javascript">v2.Validator.add({acceptEmpty: false,fn: function(field, value, …

@grimen
Copy link
Owner

grimen commented Dec 3, 2009

Uhm...? =)

@grimen
Copy link
Owner

grimen commented Dec 7, 2009

What I mean with that ^ was: You post was hard to follow. I got the point though. Not high prio right now to pass the W3C validators as there are other more important bugs that needs to be fixed. (Irony: They don't seem to cope with standardizing the web anyways: moving with the speed of thousand snails LOL)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants