Ticket #4527 (closed Bug: fixed)
Checkbox command generates invalid HTML
| Reported by: | wwalc | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.1 |
| Component: | UI : Dialogs | Version: | SVN (CKEditor) |
| Keywords: | Confirmed Review+ | Cc: |
Description
According to W3 spec: http://www.w3.org/TR/html4/interact/forms.html#edef-INPUT (value of attribute "checked" cannot be "true"; must be one of "checked"), the following code is wrong:
<input checked="true" name="sdfs" type="checkbox" value="sdf" />
Instead of checked="true" we should generate checked="checked".
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
