Opened 15 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 14 years ago by Garry Yao

Milestone: CKEditor 3.1CKEditor 3.x

I assume it's not a critical problem for now.

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x

Milestone CKEditor 3.x deleted

comment:3 Changed 11 years ago by Piotrek Koszuliński

Resolution: wontfix
Status: confirmedclosed

There are no restrictions regarding ID attributes in HTML5: http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#the-id-attribute

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy