aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started/browser-device-support.html
AgeCommit message (Collapse)AuthorFilesLines
2014-11-29Merge pull request #15133 from patrickhlauke/docs-table-fixesMark Otto1-7/+7
Fixes to scope
2014-11-17Since Safari has released new fixed versions, we're unlikely to take any ↵Chris Rebert1-1/+0
further action on this.
2014-11-14Fixes to scopePatrick H. Lauke1-7/+7
as discssued in https://github.com/twbs/bootstrap/issues/15117#issuecomment-63029993 - added ``scope="row"`` to row headers - made sure row headers are actual ``<th>`` elements - removed ``scope="col"`` where it was redundant - simplified table examples with (to me) unnecessary ``rowspan``/``colspan`` (unless you really want complex tables, in which case we would need full-on ``id`` and ``headers`` attributes to make sure each table cell has an explicit association with the related header cells - overkill, in my opinion) - one table (in typography) left header-less, as it's more or less presentational (though its structure is still important, hence not adding ``role="presentation"``)
2014-11-12add link to MDN docs regarding iOS Safari element clickabilityChris Rebert1-1/+1
2014-11-11aria-hidden added to some stray glyphiconsPatrick H. Lauke1-23/+23
plus minor tweak to customizer's generated alerts
2014-11-10Remove X-UA-Compatible caveat from Validators docsChris Rebert1-1/+1
Refs #15072
2014-11-03Add #14868 to the compatibility docsChris Rebert1-2/+11
2014-10-02Fixes #14251: Don't use hidden screen reader content in docs table so that ↵Mark Otto1-15/+15
Safari doesn't screw up overflow: hidden; content
2014-09-22Safari percentages were fixed in v7.1 & iOS 8.0; fixes #14663Chris Rebert1-1/+1
2014-09-05Add section to docs explaining our stance on validatorsChris Rebert1-0/+5
2014-07-15Fix jsbin linkBas Bosman1-1/+1
2014-07-15Another new js bin linkMark Otto1-1/+1
/cc @cvrebert @hnrch02
2014-07-14fix #14114 mo' bettaChris Rebert1-1/+1
2014-07-12Use bootstrapcdn linksMark Otto1-1/+1
2014-07-12New Android select exampleMark Otto1-1/+1
Fixes #14114
2014-07-02clarify the iOS virtual keyboard bug with respect to navbarsChris Rebert1-1/+1
2014-06-19Document IE8 font-face weirdnessBas Bosman1-0/+3
2014-05-13add link to StackOverflow question regarding Android <select> bugChris Rebert1-1/+1
2014-05-04Merge pull request #13495 from twbs/android-firefoxMark Otto1-1/+1
Officially support Android Firefox
2014-05-03mark Android Firefox as officially supportedChris Rebert1-1/+1
2014-05-03document #13390Chris Rebert1-2/+2
2014-03-31add document ready jQuery wrapper in Android Browser workaroundChris Rebert1-5/+7
2014-03-16Break up docs into includesMark Otto1-0/+187