Project

General

Profile

Actions

Bug / Feature #2313

closed

IFrame Tag nicht korrekt geschlossen

Added by LukyLuke over 12 years ago. Updated almost 9 years ago.

Status:
Won't Do
Priority:
Normal
Assignee:
Start date:
15 January 2012
Due date:
28 April 2013
% Done:

0%

Estimated time:
Request Type:
Bug Report

Description

Der IFrame-Tag muss auch bei xhtml mit einem </iframe> geschlossen werden.

Actions #1

Updated by corvus almost 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.

Actions #2

Updated by LukyLuke almost 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...

Actions #3

Updated by corvus over 11 years ago

  • Status changed from 4 to 2
  • Assignee changed from corvus to odi
Actions #4

Updated by admin over 11 years ago

  • Due date set to 10 February 2013

Automatically enforce due date for Normal Priority to 30 days in the future

Actions #5

Updated by Apophis over 11 years ago

  • Assignee changed from odi to mutand13
Actions #6

Updated by admin over 11 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

Actions #7

Updated by mutand13 over 11 years ago

  • Due date changed from 13 February 2013 to 28 February 2013
Actions #8

Updated by admin about 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

Actions #9

Updated by mutand13 about 11 years ago

  • Due date changed from 03 March 2013 to 28 April 2013
Actions #10

Updated by philhug almost 9 years ago

  • Status changed from Needs Work to Won't Do
Actions

Also available in: Atom PDF