Opened 13 years ago
Closed 11 years ago
#8764 closed Bug (fixed)
Add support for HTML5 tags - E.g. missing figcaption
Reported by: | Garret Wilson | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : DTD | Version: | 3.0 |
Keywords: | HTML5 | Cc: |
Description
dtd.js seems to be missing the <figcaption> element.
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Keywords: | HTML5 added |
---|---|
Status: | new → confirmed |
Summary: | missing figcaption → Add support for HTML5 tags - E.g. missing figcaption |
Version: | → 3.0 |
Those are HTML5 tags. We are working on full support for HTML5.
One drawback is that these tags are still not fully supported by all browsers – E.g. Summary tag you have mentioned is only supported by one browser - http://www.w3schools.com/html5/tag_summary.asp or another tag http://www.w3schools.com/html5/tag_datalist.asp supported only by two.
Anyway ticket is valid - we will continue to add support for new HTML5 tags.
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
It has been fixed in CKEditor 4.0. The thing that has not yet been introduced is a support for transparent elements, so e.g. links which may be blocks if used in block context. There are tickets for this, so I'm closing this one.
...or <summary>, for that matter.