]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: unwantedly -> undesirably, as the validity of "unwantedly" is uncertain
authorPvanhesteren <pavanhesteren@gmail.com>
Fri, 4 Mar 2016 19:26:32 +0000 (20:26 +0100)
committerChris Rebert <code@chrisrebert.com>
Mon, 14 Mar 2016 09:32:02 +0000 (02:32 -0700)
Closes #19406

docs/_includes/getting-started/browser-device-support.html

index 833c863caece3526b04c95e17b6e7124c60451c3..8a3a155eeddf5f18711dfe1addc0f322ca08089f 100644 (file)
@@ -196,7 +196,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
   <p>Page zooming inevitably presents rendering artifacts in some components, both in Bootstrap and the rest of the web. Depending on the issue, we may be able to fix it (search first and then open an issue if need be). However, we tend to ignore these as they often have no direct solution other than hacky workarounds.</p>
 
   <h2 id="support-sticky-hover-mobile">Sticky <code>:hover</code>/<code>:focus</code> on mobile</h2>
-  <p>Even though real hovering isn't possible on most touchscreens, most mobile browsers emulate hovering support and make <code>:hover</code> "sticky". In other words, <code>:hover</code> styles start applying after tapping an element and only stop applying after the user taps some other element. This can cause Bootstrap's <code>:hover</code> states to become unwantedly "stuck" on such browsers. Some mobile browsers also make <code>:focus</code> similarly sticky. There is currently no simple workaround for these issues other than removing such styles entirely.</p>
+  <p>Even though real hovering isn't possible on most touchscreens, most mobile browsers emulate hovering support and make <code>:hover</code> "sticky". In other words, <code>:hover</code> styles start applying after tapping an element and only stop applying after the user taps some other element. This can cause Bootstrap's <code>:hover</code> states to become undesirably "stuck" on such browsers. Some mobile browsers also make <code>:focus</code> similarly sticky. There is currently no simple workaround for these issues other than removing such styles entirely.</p>
 
   <h2 id="support-printing">Printing</h2>
   <p>Even in some modern browsers, printing can be quirky.</p>