I
I
Islam Ibakaev2017-06-15 21:25:29
css
Islam Ibakaev, 2017-06-15 21:25:29

How to solve the problem of cross-browser compatibility of the site yourself, without the help of a framework?

One of the advantages of using a framework is that it takes on the task of cross-browser compatibility .
If you are not using a framework, how do you solve this problem?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Slasherr, 2017-06-15
@devellopah

Tyk

D
Dark Hole, 2017-06-15
@abyrkov

Answer from the cap:
I recognize non-cross-browser places of the program and rewrite them.
UPD: You can also write your own framework

R
Raphael™, 2017-06-16
@maxminimus

use only what caniuse.com,
for example, I do all my layout on flexbox
, that is, browsers that do not support it, I do not support
if you focus only on normal browsers, then there are no problems with cross-browser compatibility,
the era of comfortable development has already come,
just don’t take on the work in which you need to support older browsers like IE9

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question