petrzpav opened a new issue #1551: inline-javascript generates invalid html 
output
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1551
 
 
   Filter inline-javascript keeps attribute `async` witch is invalid.
   
   - Example of invalid output:
   
   ```
   <script async="async">
   inlined content..
   </script>
   ```
    
   - Validation error:
   
   ```
   Element “script” must not have attribute “async” unless attribute “src” is 
also specified or unless attribute “type” is specified with value “module”.
   ```
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to