Opened 16 years ago
Closed 12 years ago
#4353 closed New Feature (invalid)
XHTML 1.1 compliant
Reported by: | speedbad | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | |
Keywords: | Cc: |
Description
To be valid XHTML 1.1 it must have "title" argument for the links, "title" and "alt" for the images. it should be mandatory to complete these 3 fields in the dialogs and show these fields in first tab.
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | CKEditor 3.1 |
---|
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
According to e.g. http://xhtml.com/en/xhtml/reference/img/, attribute alt is only required for non-decorative images like photos, charts, graphs, diagrams and logos. I don't think we will be able to validate that. Making fields required can be changed with dialog customization code - there is no need to change plugin for that.
Moving these fields to first tab won't do much as standard users know nothing about XHTML rules which makes this ticket IMO invalid.
NOTE: CKEditor is XHTML1.1 complaint while CKEditor 4.x is HTML5 compliant (HTML% is HTML5 + XHTML5). In both we make best to be fully compatible with spec.