-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
3.1.1, 3.2 regressions, 3.3 regressions, 3.4.9, 3.5.7, 3.6.5, 3.7.1
-
None
-
MOODLE_31_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE, MOODLE_36_STABLE, MOODLE_37_STABLE
To reproduce :
- Open an Atto editor
- Open the source code editor
- Paste this :
<article>
<header>Header</header>
<footer>Footer</footer>
</article>
- Disable and enable the html source code editor
- Here what we see :
<article>
Header
<footer>Footer</footer>
</article>
This should be a valid element and so not be cleaned :
http://www.w3schools.com/tags/tag_header.asp
- is duplicated by
-
MDL-66858 <header> HTML5 tag is filtered out by Atto editor
-
- Closed
-