-
### Affected version(s)
5.3.15
### Description
When I create a template via the backend, Contao also offers me a .`html.twig` template under certain circumstances. If I select this template, …
-
Je ne sais pas si c'est mon (vieux) site qui veux pas ou si c'est une typo dans html5_pipelines.php mais dans l'espace public j'ai le "\n" de la ligne 6 qui s'affiche en haut du site public.
lmjst updated
5 years ago
-
Enhancement suggestion: Would it be too heavy to include https://github.com/Masterminds/html5-php or another HTML5 parser in order to avoid the deficiencies that arise from XML parsing the input? Per…
watou updated
10 years ago
-
### Description
DomCrawler currently relies on html
https://wiki.php.net/rfc/domdocument_html5_parser
### Example
_No response_
-
### UNIT3D Version
v8.3.3
### PHP & Platform
8.3.12
### Laravel verion
11.29.0
### Have you done this?
- [X] I am willing to share my stack trace and logs
- [ ] I can suggest a fix as a Pull Re…
-
## Observations
We have noticed a number of parsing differences between the Masterminds/html5-php parser and the HTML5 specification. We think that the root cause of those issues drills down to the […
-
I have a script that generates a HTML sample that is ~1.5MB in size. It emulates a real-world example. Then I parse it.
```
$html = '';
$lines = 20000;
while ($lines--) {
$html .= '>> '…
-
The comment regex in https://github.com/xemlock/htmlpurifier-html5/blob/master/library/HTMLPurifier/Lexer/HTML5.php#L57 can cause catastrophic back tracking. The result is `preg_replace_callback` retu…
-
## Affected Version
SS4
## Description
HTML5 does not require application/javascript
e.g.
https://github.com/silverstripe/silverstripe-framework/blob/4/src/View/Requirements_Backend.php#L…
-
When parsing a html string with single use of `