aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-29Merge pull request #18699 from patrickhlauke/disabled-pointer-eventsPatrick H. Lauke2-0/+2
Add pointer-events:none to disabled pagination/pager links
2015-12-29Merge pull request #18716 from SamHH/v4-devPatrick H. Lauke1-0/+2
Add max-width to file browser; fixes #18651
2015-12-29Fixed NuGet link and bugs in MyGet scriptSupergibbs2-4/+14
2015-12-29Add max-width to file browser; fixes #18651Sam A. Horvath-Hunt1-0/+2
2015-12-27[Tab] Add documentation for method showJohann-S1-0/+8
2015-12-27Remove Opera 18 and IE11 mentionPatrick H. Lauke2-2/+2
As per our browser compat policy, we only claim support for latest versions of Opera on desktop. Current Opera is version 34. From testing, IE11 does support `pointer-events:none` just fine now.
2015-12-27Add pointer-events:none to disabled pagination/pager linksPatrick H. Lauke2-0/+2
as currently this was missed out (compared to disabled `a.btn`)
2015-12-27remove `<div class="bd-sidebar">`Bass Jobsen1-59/+56
content had already been wrapped in the `<div class="col-md-3 col-md-push-9 bd-sidebar">`
2015-12-26Tweak the wording for link functionalityPatrick H. Lauke1-1/+1
to harmonise it with the callout given in pagination
2015-12-26Add note and advice about .disabled and keyboard focusPatrick H. Lauke1-4/+11
2015-12-27.container, .container-fluid should be conditional upon $enable-grid-classesBass Jobsen1-8/+9
see: https://github.com/twbs/bootstrap/issues/17586
2015-12-26Merge pull request #18690 from patrickhlauke/docs-tooltips1Patrick H. Lauke1-0/+6
Docs: add accessibility callout for tooltips
2015-12-26Add accessibility callout for tooltipsPatrick H. Lauke1-0/+6
2015-12-26Merge pull request #18687 from jch/patch-1Patrick H. Lauke1-1/+1
Fix typo in docs/getting-started/introduction.md
2015-12-26Fix typo in docs/getting-started/introduction.mdJerry Cheung1-1/+1
Remove 'including'.
2015-12-26Merge pull request #18685 from patrickhlauke/docs-card1Patrick H. Lauke1-2/+2
Docs: change "Button" to "Go somewhere"
2015-12-26Change wording on link styled as buttonPatrick H. Lauke1-2/+2
"Go somewhere" is more descriptive of an example link, rather than a button that triggers in-page functionality. Also makes it consistent with all other examples in this page
2015-12-25Merge pull request #18679 from patrickhlauke/docs-button-disabled1Patrick H. Lauke1-3/+3
Docs: add aria-disabled to disabled link example and description
2015-12-25Merge pull request #18678 from patrickhlauke/docs-button-active1Chris Rebert1-2/+2
Docs: add aria-pressed=true to components buttons active state example
2015-12-25Remove nonstandard `zoom: 1` from media objectChris Rebert1-1/+0
It should be unnecessary since we only support IE>=9, and this hasLayout hack is for IE6-7. https://developer.mozilla.org/en-US/docs/Web/CSS/zoom http://stackoverflow.com/questions/1794350/what-is-haslayout [skip sauce] [skip validator]
2015-12-25Change "preformatted text" heading and intro paraPatrick H. Lauke1-3/+3
also, stray "blocks" in the "Sample output", which doesn't seem to belong there.
2015-12-25Merge pull request #18680 from patrickhlauke/docs-modal-tweak1Patrick H. Lauke1-1/+1
Docs: add ellipsis to modal example code
2015-12-25Add ellipsis to modal example codePatrick H. Lauke1-1/+1
2015-12-25Merge pull request #18677 from twbs/fix-text-hide-fontChris Rebert1-1/+1
Fix syntax of .text-hide's `font` property value
2015-12-25Add aria-disabled to disabled link example and descriptionPatrick H. Lauke1-3/+3
2015-12-25Add aria-pressed=true to examplePatrick H. Lauke1-2/+2
...as per the text immediately preceding this example
2015-12-25Fix syntax of .text-hide's `font` property valueChris Rebert1-1/+1
In SCSS, the quotes were included verbatim in the resulting CSS, which isn't valid syntax for the `font` property. Removing the quotes fixes the syntax error and does not cause any SCSS compiler error. [skip sauce] [skip validator]
2015-12-25Fix code block examplePatrick H. Lauke1-1/+3
use `<code>` (as it's still semantically code that we're marking up) and make the example actually multiple lines...
2015-12-25Missing angle bracketsPatrick H. Lauke1-1/+1
2015-12-24Merge pull request #18670 from twbs/unnest-autoprefixer-settingsChris Rebert2-32/+30
Un-nest Autoprefixer settings in module object
2015-12-24Un-nest Autoprefixer settings in module objectChris Rebert2-32/+30
[skip sauce] [skip validator]
2015-12-24Remove .dl-horizontal; it's redundant to the grid system; fixes #18652Chris Rebert3-10/+3
[skip sauce]
2015-12-24Update current Firefox ESR to 38 in Autoprefixer settingsChris Rebert1-1/+1
See https://www.mozilla.org/en-US/firefox/organizations/faq/ [skip sauce] [skip validator]
2015-12-24autoprefixer-settings.js: Link to Firefox ESR webpageChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-12-24Move Autoprefixer settings out of Gruntfile.js and into a separate fileBass Jobsen2-31/+35
Refs #18584 Closes #18659 [skip sauce] [skip validator]
2015-12-24Merge pull request #18392 from twbs/exempt-getUIDChris Rebert2-1/+3
Exempt getUID() from ESLint's no-bitwise rule
2015-12-24ESLint: enable no-bitwise ruleChris Rebert1-1/+1
[skip sauce]
2015-12-24Exempt getUID() from ESLint's no-bitwise ruleChris Rebert1-0/+2
[skip sauce] [skip validator]
2015-12-24Merge pull request #18667 from twbs/tether-examplesChris Rebert13-0/+13
Add Tether to example pages that were missing it
2015-12-24Add Tether to example pages that were missing itChris Rebert13-0/+13
[skip sauce]
2015-12-24Merge pull request #18666 from twbs/fix-18664Chris Rebert2-2/+5
Include Tether via CDN in starter templates
2015-12-24Include Tether via CDN in starter templates; fixes #18664Chris Rebert2-2/+5
[skip sauce]
2015-12-24Use more appropriate structure for site navigationPatrick H. Lauke1-18/+32
Use the structure as documented in http://v4-alpha.getbootstrap.com/components/navbar/#collapsible-content - wrapping both the toggle and the navigation in a `<nav>`, using a `<ul>` for the navigation items
2015-12-24Move collapsing navbar after the togglePatrick H. Lauke1-6/+6
It's unclear why the example currently has the content that's shown/hidden BEFORE the toggle. Generally, this is not a recommended content order, as after toggling, the newly shown content precedes the toggle and requires keyboard users, and particularly assistive technology users, to then navigate in reverse to reach it.
2015-12-24Add missing aria attributes to main site navigation menu togglePatrick H. Lauke1-1/+1
2015-12-24Add missing aria attributes to navbar collapse examplesPatrick H. Lauke1-2/+2
2015-12-24Merge pull request #18393 from twbs/dropdown-bitwise-less-tricksyChris Rebert1-1/+1
dropdown.js: Use more straightforward phrasing for index bound check
2015-12-24Merge pull request #18638 from twbs/fix-18365Chris Rebert2-2/+46
Modal: Ignore spurious focus event that Firefox fires at document when switching back to its tab
2015-12-24Merge pull request #18654 from patrickhlauke/docs-helptext1Patrick H. Lauke1-9/+23
Docs: reintroduce `aria-describedby` advice for help text
2015-12-24Run `grunt`.XhmikosR54-534/+644
[ci skip]