Lofesa edited a comment on issue #2050:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2050#issuecomment-725656163


   In this page https://site.com/drink-recipes/ you have malformed css.
   Try https://site.com/drink-recipes/?PageSpeedFilters=+debug and look in the 
html code the debug messages.
   For example in this page you have:
   ```
   .pt-cv-wrapper .h1, .pt-cv-wrapper .h2, .pt-cv-wrapper .h3, .pt-cv-wrapper 
.h4, .pt-cv-wrapper .h5, .pt-cv-wrapper .h6, .pt-cv-wrapper h1, .pt-cv-wrapper 
h2, .pt-cv-wrapper h3, .pt-cv-wrapper h4, .pt-cv-wrapper h5, .pt-cv-wrapper h6 {
            font-family: 'economica';align-content
     }
   ```
   But what value have align-content?
   Or have:
   
   ```
   element.style {
    color: #ffffff;
    background-color: #e86d20;
    border-color: #e86d20;
    border-radius: 5px;
    padding: 3px 8px;align-content;
    }
   ```
   with background-color and border-color with the same color.....
   
   
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to