Bug 1438 - Add html Tag
Summary: Add html Tag
Status: CONFIRMED
Alias: None
Product: E3
Classification: Unclassified
Component: taglib (show other bugs)
Version: trunk
Hardware: All All
: P3 enhancement
Target Milestone: ---
Assignee: Richard Harms
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-08 13:20 CDT by Richard Harms
Modified: 2017-07-15 11:04 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Harms 2011-08-08 13:20:35 CDT
It need to emulate the behavior of the Struts 1.3.10 HTML tag, in addition to allowing an additional attribute for RDFa. Example:


Current: <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">

Should be possible: <html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.0" xml:lang="en">
Comment 1 Richard Harms 2011-08-31 19:05:13 CDT
Removing from any near-term milestone, this doesn't appear to be necessary at this point in time.