Opened 16 years ago
Closed 11 years ago
#3541 closed Bug (wontfix)
IDs in dialog violates W3C specs
Reported by: | Tobiasz Cudnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | SVN (CKEditor) - OLD |
Keywords: | Cc: |
Description
According to HTML 4.01 Specification IDs should not start with a digit:
ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").
All dialog fields start with a digit, eg:
- 91_uiElement
- 93_label
- 92_textInput
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | CKEditor 3.1 → CKEditor 3.x |
---|
comment:3 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
There are no restrictions regarding ID attributes in HTML5: http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#the-id-attribute
I assume it's not a critical problem for now.