[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Configurator/TemplateNormalizations/ -> EnforceHTMLOmittedEndTags.php (summary)

(no description)

Copyright: Copyright (c) 2010-2022 The s9e authors
License: http://www.opensource.org/licenses/mit-license.php The MIT License
File Size: 56 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

EnforceHTMLOmittedEndTags:: (2 methods):
  normalizeElement()
  reparentElement()


Class: EnforceHTMLOmittedEndTags  - X-Ref

Enforce omitted/optional HTML 5 end tags and fix the DOM

Will replace
<p>.<p>.</p></p>
with
<p>.</p><p>.</p>
normalizeElement(DOMElement $element)   X-Ref
{@inheritdoc}


reparentElement(DOMElement $element)   X-Ref
Move given element and its following siblings after its parent element

param: DOMElement $element First element to move
return: void



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1