A
A
alexandrnevajno12018-01-03 19:07:05
css
alexandrnevajno1, 2018-01-03 19:07:05

On caniuse, you can check browser support for the presence of tags / attributes / properties. Where can you check if they are missing?

For example, how do I know if I omit the type="text/css" and type="application/javascript" attributes, my site will work fine in all browsers?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew Ghostuhin, 2018-01-04
@Torin_Asakura

Here you probably don’t need canIuse, but reading the spec according to the html5 standard
https://www.w3.org/TR/html40/struct/links.html#ede...
https://www.w3.org/TR/html40 /present/styles.html
By the way, in HTML5 they are not required, everything else you can safely look at canIuse

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question