Does anyone remember the XMP tag?
What was it used for and why was it depreciated?
|
feedback
|
|
Well a quick google search on W3C shows it was for displaying formatted text in HTML 3.2 and earlier and was deprecated and pre preferred instead. Update: http://www.w3.org/TR/REC-html32#xmp, http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.5.2.1 | ||||
|
feedback
|
|
Still works to show raw html - if you use it in script, break the start tag. | |||
|
feedback
|
|
See http://www.w3.org/Bugs/Public/show_bug.cgi?id=12235 For HTML5. it was, according to the HTML5 editor (comments 11 and 12), a very close call either way. | ||||
|
feedback
|
|
I still use the xmp tag for debugging var_dump(); in PHP. I just can't remember to use the pre tag for some reason. I think it doesn't really matter cause if you really want to output text, you should use a textarea with the readonly attribute. | |||
|
feedback
|