[BUG REPORT] WP 3.5 / PHP 5.2 / 000webhost
-
Could you please fix named anchors in TinyMCE to use anchors with id instead of name:
<h2><a name="xxx"></a>Heading</h2>to:
<h2><a id="xxx"></a>Heading</h2>or preferably according to current format:
<h2 id="xxx">Heading</h2>It will still remain compatible with tinyMCE with the added benefit of having HTML5 validation.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘[BUG REPORT] WP 3.5 / PHP 5.2 / 000webhost’ is closed to new replies.