mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Warning about HTML5 compat in CSSContentParser
This commit is contained in:
parent
5499079c1c
commit
e643559b17
@ -2,7 +2,6 @@
|
||||
|
||||
/**
|
||||
* CSSContentParser enables parsing & assertion running of HTML content via CSS selectors.
|
||||
*
|
||||
* It works by converting the content to XHTML using tidy, rewriting the CSS selectors as XPath queries, and executing
|
||||
* those using SimpeXML.
|
||||
*
|
||||
@ -13,6 +12,9 @@
|
||||
* and falls back to the "tidy" CLI tool. If none of those exists,
|
||||
* the string is parsed directly without sanitization.
|
||||
*
|
||||
* Caution: Doesn't fully support HTML elements like <header>
|
||||
* due to them being declared illegal by the "tidy" preprocessing step.
|
||||
*
|
||||
* @package framework
|
||||
* @subpackage core
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user