WhyNot?

Case insensitive tags

Category: Problems
Responses: 3 (2 in support, 0 neutral, 1 in opposition)
Number of views: 579
Tracking: Track this idea
Community Rating:Average AverageYour Rating:

“HTML” tags in comments should be case Insensitive

Your engine does not recognize uppercase tags (B, A, I …) as HTMLIt warns about unrecognized tag tough…

Why not make it recognize tags as case Insensitive?

For example – see one of the most favorite idea:“GPS and digital photos”

<B>Bad tag example: </B>
Good tag example:

Dekel Israeli

dekeli, Nov 29 2004

What do you think of this idea or comment?
(You can change your vote at any time)

agree I agree no opinion No opinion disagree I disagree

Users who liked this idea also liked:

Other ideas in category (Problems):

Comments from other members:

Add your comment

request: Need to be able to preview again after preview - I fixed some things but messed others ...

dekeli, Nov 29 2004

There's a very good reason for this. This page is written using the XHTML Strict DOCTYPE, and in this type of document (as in any other XHTML) all tags must be lowercase to be valid.

Of course, none of &lt;b&gt;, &lt;i&gt;, or &lt;u&gt;, are valid in XHTML Strict, and the author either forgot, did not realize, or did not care that many attributes in his XHTML don't escape ampersands, but nevertheless it is quite reasonable and justified for him to adhere to XHTML's requirement of lowercase tags.

crr, Feb 12 2005

It depends whether this site is people-oriented, or technique-oriented.

I think that this site is more people-oriented (am I wrong?)

If people make mistakes like that - it would be wise to handle it better - here are few possible ways to handle this problem.

One option: Have buttons that add the relevant tags - for example - select text and click the {BOLD} button will add the opening and closing tags around the selected text (I've seen this in another site)

Another option: is to allow people to review their text and correct it more than once.

And yet another: Check for such mixed case tags (using regular expressions) and fix them to lower case.

dekeli, Feb 13 2005