mirror of https://github.com/twbs/bootstrap.git
Update browsers-devices.mdx
This commit is contained in:
parent
a48a113986
commit
07cc479807
|
@ -10,7 +10,7 @@ Bootstrap supports the latest, stable releases of all major browsers and platfor
|
|||
|
||||
<Code lang="plaintext" filePath=".browserslistrc" />
|
||||
|
||||
See the full audience coverage and a more [detailed compatibility report at Browsersl.ist](https://browsersl.ist/#q=%3E%3D+0.5%25%0Alast+2+major+versions%0Anot+dead%0AChrome+%3E%3D+105%0AFirefox+%3E%3D+121%0AiOS+%3E%3D+15.4%0ASafari+%3E%3D+15.4%0Anot+Explorer+%3C%3D+11%0Anot+kaios+%3C%3D+2.5).
|
||||
See the full audience coverage and a more [detailed compatibility report on Browserslist](https://browsersl.ist/#q=%3E%3D+0.5%25%0Alast+2+major+versions%0Anot+dead%0AChrome+%3E%3D+105%0AFirefox+%3E%3D+121%0AiOS+%3E%3D+15.4%0ASafari+%3E%3D+15.4%0Anot+Explorer+%3C%3D+11%0Anot+kaios+%3C%3D+2.5).
|
||||
|
||||
Alternative browsers which use the latest version of WebKit, Blink, or Gecko, whether directly or via the platform’s web view API, are not explicitly supported. However, Bootstrap should (in most cases) display and function correctly in these browsers as well.
|
||||
|
||||
|
@ -44,4 +44,4 @@ Page zooming inevitably presents rendering artifacts in some components, both in
|
|||
|
||||
Bootstrap uses some browser-specific selectors to provide progressive enhancements and reset some styles across browsers. These may not always pass CSS validators, but they still have a place in real world applications. These validation warnings don’t matter in practice as they don’t interfere with the proper functioning of our styles, and we deliberately ignore these particular warnings.
|
||||
|
||||
Likewise, our HTML has some trivial and inconsequential HTML validation warnings. Some of these are also surpressed by our own local configuration and can be ignored.
|
||||
Likewise, our HTML has some trivial and inconsequential HTML validation warnings. Some of these are also supressed by our own local configuration and can be ignored.
|
||||
|
|
Loading…
Reference in New Issue