[
https://issues.apache.org/struts/browse/STR-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Benedict updated STR-1665:
-------------------------------
Component/s: (was: Unknown)
Tag Libraries
Fix Version/s: 1.4.0
Assignee: Paul Benedict (was: Struts Developers)
Summary: HTML is not XHTML 1.1 compliant (was: <html:html
xhtml="true"> is not XHTML 1.1 compliant)
> HTML is not XHTML 1.1 compliant
> -------------------------------
>
> Key: STR-1665
> URL: https://issues.apache.org/struts/browse/STR-1665
> Project: Struts 1
> Issue Type: Improvement
> Components: Tag Libraries
> Affects Versions: 1.0.0
> Environment: Operating System: other
> Platform: Other
> Reporter: Ralf Hauser
> Assignee: Paul Benedict
> Priority: Minor
> Fix For: 1.2 Family, 1.4.0
>
>
> Before struts, I had my HTML files started like
> <?xml version="1.0" encoding="iso-8859-1"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
> "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
> ...
> Suggestion:
> ===========
> Add to the documentation as per the above URL a description on
> 1) how to get the "xmlns" and "xml:lang" attribute into the html:html struts
> tag
> 2) Document whether the <?xml version... line and the <!DOCTYPE will be
> provided
> by struts or whether they also can be generated by Struts?
> These two lines appear to be necessary to be able to run the CSS-Validator as
> per
> http://jigsaw.w3.org/css-validator/validator?uri=https://mydomain/index_en.jsp
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.