Opened 14 years ago
Closed 9 years ago
#17105 closed defect (bug) (fixed)
HTML 5.0 support
Reported by: | azaozz | Owned by: | azaozz |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 3.2 |
Component: | Formatting | Keywords: | HTML5 wpautop kses |
Focuses: | Cc: |
Description
All HTML 5.0 block tags have been added in both versions of wpautop(), even tags that aren't fully supported in any browser yet and as of [17625] TinyMCE recognizes all HTML 5.0 tags too.
This ticket is for correcting issues with the HTML 5.0 support in WordPress' general workflow (writing, editing, formatting) and writing testcases for it.
Change History (11)
#4
@
14 years ago
- Type changed from enhancement to defect (bug)
- Version set to 3.2
Changing type to defect (bug) since that's what ticket is meant to collect.
#5
in reply to:
↑ 2
@
14 years ago
- Milestone changed from 3.2 to Future Release
Replying to WraithKenny:
List on "remove invalid parent paragraphs" might need updating.
I suspect this is fixed (not needed) in the current TinyMCE, needs a bit more testing before we take it out.
blocklist1
andblocklist2
are HTML 5 unaware duringswitchEditors
Needs more testing to confirm how to handle the new block element tags (and probably improve the current blocks that can contain another block).
#10
follow-up:
↓ 11
@
9 years ago
- Milestone changed from Future Release to 4.4
@azaozz - this might be done, if you wouldn't mind taking a quick look
#11
in reply to:
↑ 10
@
9 years ago
- Resolution set to fixed
- Status changed from new to closed
Replying to wonderboymusic:
Yep, fixed in different commits over several releases. This ticket was far too broad.
On the HTML 5 general workflow in WordPress:
http://core.trac.wordpress.org/browser/trunk/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.dev.js#L192
List on "remove invalid parent paragraphs" might need updating.
http://core.trac.wordpress.org/browser/trunk/wp-admin/js/editor.dev.js#L37
http://core.trac.wordpress.org/browser/trunk/wp-admin/js/editor.dev.js#L59
blocklist1
andblocklist2
are HTML 5 unaware duringswitchEditors