JakeQZ

Results 35 issues of JakeQZ

Arising from #831 is the handling of Boolean vs non-Boolean attributes by the Emogrifier package when parsing and serializing HTML, with respect to the empty attribute syntax. The empty attribute...

discussion

Example in #508. When the resultant inline style is something like `margin-top: 0; margin: 1em;`, the individual property `margin-top: 0` is completely overridden by the shorthand `margin: 1em` and could...

enhancement

Initial investigation arises from the infinite loop fix in #390, which it turns out was fixed separately by #413. I tried throwing the following at `Value::parseValue`: - `/!;` - `//!;`...

future
tbd
testing
investigation needed

E.g. `(1rem + 1vw) * 2` - in context e.g.: `font-size: clamp(2.5rem, (1rem + 1vw) * 2, 4rem);`. We need to know if these are parsed correctly, or there is...

testing
css4

A single-line function/method declaration has the code-block opening brace on the next line: ```php function a() { ``` Multiline declarations have this on the same line as the closing parenthesis...

discussion
coding style