constant Elements::TEXT_RCDATA in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/masterminds/html5/src/HTML5/Elements.php \Masterminds\HTML5\Elements::TEXT_RCDATA
Indicates the contained text should be processed as RCDATA.
1 use of Elements::TEXT_RCDATA
- TokenizerTest::testRcdata in vendor/
masterminds/ html5/ test/ HTML5/ Parser/ TokenizerTest.php
File
- vendor/
masterminds/ html5/ src/ HTML5/ Elements.php, line 38
Class
- Elements
- This class provides general information about HTML5 elements, including syntactic and semantic issues. Parsers and serializers can use this class as a reference point for information about the rules of various HTML5 elements.
Namespace
Masterminds\HTML5Code
const TEXT_RCDATA = 4;