From 07cc479807311ffaa6c311a459d10b4dae053dcf Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 22 Apr 2025 20:04:04 -0700 Subject: [PATCH] Update browsers-devices.mdx --- site/src/content/docs/getting-started/browsers-devices.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/content/docs/getting-started/browsers-devices.mdx b/site/src/content/docs/getting-started/browsers-devices.mdx index 5ea470ef65..52e3364ea1 100644 --- a/site/src/content/docs/getting-started/browsers-devices.mdx +++ b/site/src/content/docs/getting-started/browsers-devices.mdx @@ -10,7 +10,7 @@ Bootstrap supports the latest, stable releases of all major browsers and platfor -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.