Modify ↓
Ticket #9881 (closed enhancement: wontfix)
Capitalize error message
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | attributes | Version: | 1.6.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I'm sorry for nitpicking, but since all but one error messages have their first letter capitalized, it might be a good idea to capitalize the following error message too.
type property can't be changed
inside jQuery.attrHooks.type.set.
Change History
comment:1 Changed 22 months ago by timmywil
- Priority changed from undecided to low
- Resolution set to wontfix
- Status changed from new to closed
- Component changed from unfiled to attributes
comment:3 Changed 22 months ago by rwaldron
In the error message it is a property.
In which case timmywil's argument still stands
comment:4 Changed 22 months ago by ajpiano
We could use this as an excuse to improve the exception and make it clear to users, perhaps...
"The 'type' property of an input element can't be changed"
(ps I meant to post this two hours ago, forgot to press submit)
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I think it is a logical choice to leave type lowercase because it is an attribute name.