Update browsers-devices.mdx

This commit is contained in:
Mark Otto 2025-04-22 20:04:04 -07:00 committed by GitHub
parent a48a113986
commit 07cc479807
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Bootstrap supports the latest, stable releases of all major browsers and platfor
<Code lang="plaintext" filePath=".browserslistrc" /> <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 platforms web view API, are not explicitly supported. However, Bootstrap should (in most cases) display and function correctly in these browsers as well. Alternative browsers which use the latest version of WebKit, Blink, or Gecko, whether directly or via the platforms 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 dont matter in practice as they dont interfere with the proper functioning of our styles, and we deliberately ignore these particular warnings. 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 dont matter in practice as they dont 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.