emogrifier icon indicating copy to clipboard operation
emogrifier copied to clipboard

Converts CSS styles into inline style attributes in your HTML code.

Results 95 emogrifier issues
Sort by recently updated
recently updated
newest added

I've read [this](https://phpunit.readthedocs.io/en/9.5/code-coverage-analysis.html), and still don't know how to get the report. I'm sure it's a simple command line option, but can't find easily find it. TBH, I was barely...

enhancement

See #646. Due to the way Emogrifier works internally by using `DOMDocument`, any lack of true replication of actual HTML markup when processed through `loadHtml` and then `saveHtml` will be...

documentation
hacktoberfest

PHP 7.3 has reached its end of life: https://www.php.net/supported-versions.php

cleanup
discussion

https://symfony.com/releases

dependencies

Exclude CSS selectors from the stylesheets being inlined. This might for example prevent global CSS rules with universal selector (*) to be inlined on each node. - Add unit tests...

These look like genuine errors. It is mysterious that they are not being reported by Psalm on Linux. It is also mysterious that if Psalm is installed via Composer rather...

investigation needed

`preg_replace` and `preg_replace_callback` may return null if an error occurs. A malformed regular expression would be picked up immediately, but [catastrophic backtracking](https://www.regular-expressions.info/catastrophic.html) would depend on the input string. This issue...

bug
cleanup
investigation needed

https://github.com/t-regx/phpunit-data-provider/releases/tag/3.0.0