Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Omit type attributes for style sheets and scripts #152

Closed
jonasspott opened this issue Mar 14, 2018 · 2 comments
Closed

Omit type attributes for style sheets and scripts #152

jonasspott opened this issue Mar 14, 2018 · 2 comments

Comments

@jonasspott
Copy link

jonasspott commented Mar 14, 2018

Info from https://passmarked.com/

<!-- Not recommended -->
<link rel="stylesheet" href="//www.google.com/css/maia.css" type="text/css">
<!-- Recommended -->
<link rel="stylesheet" href="//www.google.com/css/maia.css">

Info:
https://google.github.io/styleguide/htmlcssguide.xml

@owais
Copy link
Collaborator

owais commented Apr 2, 2018

Sounds good. Feel free to send a PR to fix it. Thanks.

@fjsj
Copy link
Member

fjsj commented Oct 6, 2021

Fixed by #170

@fjsj fjsj closed this as completed Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants