Visual editor strips id attributes from
-
With this plugin enabled, if I add a <div> with an id attribute the id attribute is stripped away by the visual editor:
- Switch to the text editor and add
<div id="foo" class="bar">text</div>
. - Switch to the visual editor.
- Siwtch back to the text editor. The markup now looks like
<div class="bar">text</div>
- Switch to the text editor and add
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Visual editor strips id attributes from’ is closed to new replies.