Joy Reynolds

Results 64 issues of Joy Reynolds

Looking through the tables at http://www.caniuse.com/#cats=CSS, I see these 3 things: * `:matches` selector was `:any`, can be `:-webkit-any` or `:-moz-any` * `stretch` keyword can be `-webkit-stretch` or `-moz-available` *...

If you have `will-change` with multiple values, they don't all get prefixes. Also, if there is no trailing semi-colon or if the list starts on a new line, they don't...

I'm looking for a way to reverse the default of handling all stylesheets except those with data-no-prefix. I would like to be able to ignore all except the ones I...

You merged my fix for modern syntax(#6127), but while it worked on a small test case, it has a couple issues with the fallback value and some whitespace handling that...

The generated zip file is named the same as the plugin zip file, so it's a bit confusing. Add the site name at the end of the zip file name.

https://github.com/leonstafford/static-html-output/blob/10cf1af363a07c90d1bec426f7db99f40cadfff9/src/HTMLProcessor.php#L1161-L1166 and https://github.com/leonstafford/static-html-output/blob/10cf1af363a07c90d1bec426f7db99f40cadfff9/src/HTMLProcessor.php#L1185-L1190 both look like a noop, replacing the patterns with the patterns. Should these have a call to `getBaseURLRewriteReplacements()` instead?

I have some content with relative links. As this is an old site that has been transformed a couple times, I use a plugin to put `.html` on my page...

https://github.com/leonstafford/static-html-output/blob/10cf1af363a07c90d1bec426f7db99f40cadfff9/src/Exporter.php#L36-L74 This code gets the additional URLs into the `$inclusion_candidates` variable, which is then never used. The code gets the Exclusions into the `$inclusions` variable (why?) and then the loop...

https://github.com/leonstafford/static-html-output/blob/10cf1af363a07c90d1bec426f7db99f40cadfff9/src/WPSite.php#L327 When WP is installed in a subfolder, however deep, the count of folders cannot be found just from `parse_url`. The site could be multisite, with its different structure, or...

`array_filter()` returns the changed array