Does anyone remember the XMP tag?

What was it used for and why was it depreciated?

link|improve this question

feedback

5 Answers

up vote 3 down vote accepted

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

link|improve this answer
feedback

Think about it: How would you signal the end of the preformatted text?

link|improve this answer
feedback

Still works to show raw html - if you use it in script, break the start tag.

link|improve this answer
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.

link|improve this answer
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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.