allowTextElements method
Allow basic text elements.
This allows a subset of HTML5 elements, specifically just these tags and no attributes.
- B
- BLOCKQUOTE
- BR
- EM
- H1
- H2
- H3
- H4
- H5
- H6
- HR
- I
- LI
- OL
- P
- SPAN
- UL
Implementation
void allowTextElements() { add(new _SimpleNodeValidator.allowTextElements()); }
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-html/NodeValidatorBuilder/allowTextElements.html