aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/browsers-devices.md
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-196/+0
2017-05-27revamp getting started docs to use new tocMark Otto1-8/+2
2017-01-03update textMark Otto1-1/+1
2017-01-01Update more copyright years to 2017 (#21491)Quan You1-2/+2
* Update ie10-viewport-bug-workaround.js year * Update narrow-jumbotron copyright year to 2017 * Update carousel/index.html copyright year to 2017 * Update browsers-devices.md copyright year to 2017 * Update change-version.js copyright year to 2017
2016-12-31Move .table-responsive from wrapper to .tableQuy1-75/+71
2016-12-31v4: Rip out IE compatibility mode meta tags (#21483)Mark Otto1-58/+3
* Remove IE compatibility mode meta tag from docs, examples, and JS tests as we no longer support IE9 and IE8 * update and remove some IE bits from our supported browser page * update introduction.md to match * reword starter template intro
2016-12-24Update IE9 support (#21424)Quy1-2/+2
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto1-6/+6
* remove the $enable-flex variable option * remove bootstrap-flex.css dist file and it's grunt task * remove the separate flex css file for docs; it's all the same now * remove flexbox docs (porting some to the main grid docs in next commit) * clean up few grid docs bits to simplify copy, start to mention flexbox * port relevant flexbox-grid.md content to grid.md - clean up mixins - update how it works section - bring over sizing and alignment sections * remove the $enable-flex from the options.md page * update lead paragraph to mention flexbox * update migration to mention loss of ie9 support * remove mention of flexbox dist file * clarify IE support * making a note * remove flexbox variant mentions from component docs - updates docs for media object, navs, list group, and cards to consolidate docs - no more need to callout flexbox variants since it's now the default * remove $enable-flex if/else from sass files * remove flex dist files * update scss lint property order to account for flex properties * linting * change to numberless classes for autosizing, wrap in highlighting div * bump gruntfile and postcss to ie10 * redo intro sections * rearrange * phew, redo hella grid docs - rearrange all the things - consolidate some bits * remove reference to flexbox mode * more border action for demo * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
2016-11-09Fix broken and redirected links.Bardi Harborow1-1/+1
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-2/+2
2016-10-02v4: Social meta tags (#20825)Mark Otto1-0/+1
* descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
2016-06-20Remove refs to fixed printing-related Chrome bug from browser support docs ↵Chris Rebert1-7/+1
(#20144) Refs https://bugs.chromium.org/p/chromium/issues/detail?id=273306#c34 [skip sauce]
2016-05-20Add "The Bootstrap Authors" to copyright notices (#19936)Chris Rebert1-0/+1
❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors
2016-03-14Mention https://webkit.org/b/153856 in the docsChris Rebert1-0/+4
Refs #14839, #19088 [skip sauce]
2016-03-14Merge pull request #19426 from twbs/ios-virt-keyboardChris Rebert1-5/+1
Remove iOS virtual keyboard bug section from docs
2016-03-06Remove iOS virtual keyboard bug section from docsChris Rebert1-5/+1
The modal backdrop positioning bug related to iOS' virtual keyboard doesn't seem to reproduce in iOS 8.0+. (Possibly as a side-effect of https://bugs.webkit.org/show_bug.cgi?id=153224 ) Refs #9023 [skip sauce]
2016-03-06Docs: Link directly to printing-related browser bugsChris Rebert1-2/+2
* https://bugs.chromium.org/p/chromium/issues/detail?id=273306 * https://bugs.webkit.org/show_bug.cgi?id=138192 [skip sauce]
2016-03-06Docs: Add link to Chrome bug regarding `body { overflow: hidden; }`Chris Rebert1-1/+1
https://bugs.chromium.org/p/chromium/issues/detail?id=175502 [skip sauce]
2016-02-03Mention https://webkit.org/b/153852 in browser compatibility docsChris Rebert1-1/+1
Refs #19077 [skip sauce]
2016-01-20Clean up printing documentationDavid Beitey1-2/+2
Replace inline HTML with markdown, rewording, and cleanup. Closes #18984
2016-01-20Restore workarounds for #12078 printing bug that were lost in 86af1f3Chris Rebert1-0/+4
Refs #18984 [skip sauce]
2015-12-30Merge pull request #18614 from patrickhlauke/docs-browsers-devices1Chris Rebert1-6/+16
Docs: update browser support info
2015-12-30Split out to new para, into two sentencesPatrick H. Lauke1-1/+3
2015-12-22Add Windows 10 Mobile / Microsoft EdgePatrick H. Lauke1-0/+11
2015-12-22Clarify platform/web viewPatrick H. Lauke1-1/+1
2015-12-22Add a generic note about webkit/blink/gecko/web view browsersPatrick H. Lauke1-1/+1
2015-12-20Address IE10 in browser compatibility docsChris Rebert1-7/+7
[skip sauce]
2015-12-20Expand on proxy browsersPatrick H. Lauke1-1/+1
2015-12-20Keep Safari/Win as Not supportedPatrick H. Lauke1-1/+1
2015-12-20Update info for supported browsersPatrick H. Lauke1-6/+3
2015-12-10Remove fully supported features from IE9 limitations docsChris Rebert1-8/+0
If these are supported, why bother mentioning them in a section that's about communicating what's not supported? These rows made sense when the section also covered IE8 (http://getbootstrap.com/getting-started/#support-ie8-ie9 ), which doesn't support these features, but we no longer care about IE8 in v4. [skip sauce]
2015-11-24browsers-devices.md: rm stray `</p>`Chris Rebert1-1/+1
[skip sauce]
2015-10-28IE10 Mobile viewport bug workaround: document.querySelector('head') => ↵Chris Rebert1-1/+1
document.head Per http://caniuse.com/#feat=documenthead , document.head is supported in IE Mobile 10+, so slightly simplify the JS accordingly. [skip sauce]
2015-10-27Change "$use-hover..." to proper "$enable-hover..."Kevin Kirsche1-1/+1
Fix #18076
2015-10-06browsers-devices.md: Tweak indentation in IE9 tableChris Rebert1-2/+2
[skip sauce]
2015-10-06Getting Started docs: Add MDN links for features not supported in IE9Chris Rebert1-6/+6
[skip sauce]
2015-10-07IE 9 not supported list v4 flexboxa-moses1-0/+4
add flexbox to the not supported list https://github.com/twbs/bootstrap/issues/17802
2015-08-29Use `https` when possible.XhmikosR1-1/+1
[ci skip]
2015-08-24Explicitly document existing de facto policy of supporting ESR FirefoxChris Rebert1-0/+2
Refs #17237 [skip sauce]
2015-08-22Merge pull request #17059 from kkirsche/patch-7Mark Otto1-1/+4
State Edge support instead of IE 11 as latest
2015-08-21Docs: various fixesHeinrich Fenkart1-1/+1
Mostly links. Fixes #17056.
2015-08-21Fix link to wall of browser bugs; closes #17107Heinrich Fenkart1-1/+1
2015-08-19State Edge support instead of IE 11 as latestKevin Kirsche1-1/+4
Fix #17055
2015-08-14Massive cleanupMark Otto1-1/+1
- Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color
2015-08-12clarify ie8-Thomas McDonald1-1/+1
2015-08-09rewrite browser and device supportMark Otto1-0/+250