
|
If you were logged in you would be able to see more operations.
|
|
|
Archetype
Created: 06/Mar/08 04:49 PM
Updated: 18/Jun/08 10:37 AM
|
|
| Component/s: |
Website
|
| Affects Version/s: |
0.1.5,
Trunk,
Experimental
|
| Fix Version/s: |
0.8.0-beta,
0.8.0
|
|
|
Tried to validate the Slidy Fosdem presentation, here is a sum up of repeated errors:
# Error Line 10, Column 178: syntax of attribute value does not conform to declared value.
...conf.js" charset="iso-8859-1" defer=""/>
The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the "selected" attribute must be either minimized as "selected" or spelled out in full as "selected="selected""; the variant "selected=""" is not allowed.
# Error Line 10, Column 178: value of attribute "defer" cannot be ""; must be one of "defer".
...conf.js" charset="iso-8859-1" defer=""/>
The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the "selected" attribute must be either minimized as "selected" or spelled out in full as "selected="selected""; a value like "selected="true"" is not allowed.
|
|
Description
|
Tried to validate the Slidy Fosdem presentation, here is a sum up of repeated errors:
# Error Line 10, Column 178: syntax of attribute value does not conform to declared value.
...conf.js" charset="iso-8859-1" defer=""/>
The value of an attribute contained something that is not allowed by the specified syntax for that type of attribute. For instance, the "selected" attribute must be either minimized as "selected" or spelled out in full as "selected="selected""; the variant "selected=""" is not allowed.
# Error Line 10, Column 178: value of attribute "defer" cannot be ""; must be one of "defer".
...conf.js" charset="iso-8859-1" defer=""/>
The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the "selected" attribute must be either minimized as "selected" or spelled out in full as "selected="selected""; a value like "selected="true"" is not allowed.
|
Show » |
|
DOM does not provide a valid xhtml.
I've just removed it for the moment (it's a loading optimisation).