Kieran

Results 49 issues of Kieran

ESM support - https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md

`disable_html_ns` was added to handle non-namespace aware tools. A common example in many usages of this lib: > XPath expressions will always fail because, e.g. `xmlns:p` != `p` **The problem...

Prevents `Hello, This is a test.` from being removed when parsing `Hello, This is a test.Does it work this time?` > A body element’s start tag may be omitted if...

#### Motivation This library fails to parse documents with high nesting levels. Use of `LIBXML_PARSEHUGE` is required in such cases. Resolves another unmerged PR https://github.com/tijsverkoyen/CssToInlineStyles/pull/204 Closes https://github.com/tijsverkoyen/CssToInlineStyles/issues/200

`documentElement` on the `DOMDocument` class can be either `DocumentElement|null` as noted at https://www.php.net/manual/en/class.domdocument.php https://github.com/tijsverkoyen/CssToInlineStyles/blob/f4f37098456b0801ee1de84214bbc83078ae3c63/src/CssToInlineStyles.php#L137 doesn't correctly handle when `documentElement` returns `NULL` resulting in: ```console Argument 1 passed to DOMNode::removeChild() must...

Relates to https://github.com/tijsverkoyen/CssToInlineStyles/pull/164 At the moment the below contents of the style are removed due to the HTML comment. This structure is common in received emails. ```html ``` > when...

This PR adds optional usage of `masterminds/html5` similar to the implementation in `symfony/dom-crawler`. This resolves some quirks when saving HTML documents with `DOMDocument` for example an anchor wrapping a table...

ref; https://github.com/Masterminds/html5-php

``` Error: kylekatarnls/update-helper contains a Composer plugin which is blocked by your allow-plugins config. You may add it to the list if you consider it safe. You can run "composer...