Bug / Feature #2313
closedIFrame Tag nicht korrekt geschlossen
0%
Description
Der IFrame-Tag muss auch bei xhtml mit einem </iframe> geschlossen werden.
Updated by corvus over 12 years ago
- Status changed from New to 4
Currently the tag is written as
<iframe … />
If I understand you correctly this is wrong and should be
<iframe … ></iframe>
I thought xhtml allows the xml closing style.
Updated by LukyLuke over 12 years ago
Normally in HTML5 that's correct, so in XHTML.
But as usual, there are some tags where "tag omition" is not allowed and the closing tag is required:
html5: http://dev.w3.org/html5/markup/iframe.html
and here:
xhtml: http://www.w3.org/TR/xhtml1/diffs.html#h-4.3
xhtml: http://www.w3.org/TR/xhtml1/guidelines.html#C_3
This is because you may define content inside an iframe for all those browsers which are not capable of rendering iframes. As the "noframe" and "noscript" tags...
Updated by corvus about 12 years ago
- Status changed from 4 to 2
- Assignee changed from corvus to odi
Updated by admin almost 12 years ago
- Due date set to 10 February 2013
Automatically enforce due date for Normal Priority to 30 days in the future
Updated by admin almost 12 years ago
- Due date changed from 10 February 2013 to 13 February 2013
Due date reached, automatically increased by 3 days. Please handle this ticket immedialty
Updated by mutand13 almost 12 years ago
- Due date changed from 13 February 2013 to 28 February 2013
Updated by admin over 11 years ago
- Due date changed from 28 February 2013 to 03 March 2013
Due date reached, automatically increased by 3 days. Please handle this ticket immedialty
Updated by mutand13 over 11 years ago
- Due date changed from 03 March 2013 to 28 April 2013