#35079 closed defect (bug) (fixed)
Allow reversed attribute for ordered list HTML element
Reported by: | lancewillett | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | has-patch has-unit-tests |
Focuses: | Cc: |
Description
Update kses
to allow the reversed
attribute (boolean) on ol
HTML elements.
Spec: http://www.w3.org/TR/html-markup/ol.html#ol.attrs.reversed
To test in the wp-admin editor, use markup like this:
<ol reversed="reversed"> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ol>
After publishing a new post with that HTML content, the reversed
attribute should persist.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
In 35960: