Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #40907


Ignore:
Timestamp:
06/02/2017 04:00:57 AM (8 years ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40907 – Description

    initial v1  
    55At a minimum, the widget could look the same as the old Text widget except (again) without the checkbox to `wpautop`, where in this case it does ''not'' get applied.
    66
    7 It would also be ideal for the HTML code widget to make use of CodeMirror to provide syntax highlighting and checking, however this depends on #12423, which is currently blocked due to CodeMirror not being fully accessible.
     7It would also be ideal for the HTML code widget to make use of CodeMirror to provide syntax highlighting and checking, however this depends on #12423, which is currently blocked due to CodeMirror not being fully accessible. Use of CodeMirror has also been proposed for as well as Additional CSS in the Customizer and the Text tab in the post editor.
    88
    99When the user does not have the `unfiltered_html` capability, the HTML code widget should also indicate the HTML tags that are allowed and anything not allowed will be stripped. It seems logical that the HTML code widget should allow the same tags that are allowed in post content.