#35079 closed defect (bug) (fixed)
Allow reversed attribute for ordered list HTML element
| Reported by: | lancewillett | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.5 |
| Component: | Editor | Version: | |
| Severity: | normal | Keywords: | has-patch has-unit-tests |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 35960: