-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Extend form docs with example form errors #18704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
Show all changes
734 commits
Select commit
Hold shift + click to select a range
c27ff12
Fix docs for new naming of .btn-outline
TiGR 82d5f4b
Merge pull request #19204 from TiGR/patch-1
cvrebert b35aa23
Extract new $modal-dialog-margin variable
cvrebert 819b017
Merge pull request #19205 from twbs/modal-dialog-margin
cvrebert e1be284
Extract $modal-dialog-sm-up-margin-y variable
cvrebert c7be688
Merge pull request #19206 from twbs/modal-dialog-sm-up-margin-y
cvrebert ece0775
Extract $modal-{header,footer}-border-width variables
cvrebert 8baa8ca
Merge pull request #19207 from twbs/modal-header-footer-width-vars
cvrebert ef89acb
Extract $modal-content-border-width variable
cvrebert 2a2462d
Merge pull request #19208 from twbs/modal-content-border-width
cvrebert 7441beb
Add $mark-padding variable
cvrebert 4278eb5
Add $small-font-size variable
cvrebert 1d634a0
Extract $label-padding-{x,y} variables
cvrebert 8358471
Merge pull request #19212 from twbs/label-padding-x-y
cvrebert c80cf45
Extract $label-pill-padding-x variable
cvrebert 2c034cf
Add $label-font-size variable in the name of not hardcoding values
cvrebert 5f45531
Merge pull request #19213 from twbs/label-pill-padding-x
cvrebert 08d2395
Add $label-pill-border-radius variable
cvrebert 4c6946b
Extract $dropdown-min-width variable
cvrebert cdc0a7a
Introduce $mark-bg variable so that <mark>'s background-color can be …
cvrebert af68bc2
Merge pull request #19216 from twbs/dropdown-min-width
cvrebert ea1fa05
Change comment to clarify that $grid-breakpoints are minimum widths f…
cvrebert 3b2f052
CONTRIBUTING: Document restriction regarding jQuery event alias methods
cvrebert dd18b66
Merge pull request #19219 from twbs/contrib-jq-event-aliases
cvrebert ff4792f
js/tests/index.html: Replace jQuery event alias methods with function…
cvrebert 9b4cfdc
Merge pull request #19220 from twbs/jq-event-alias-throw-err
cvrebert a496cb8
Focus (visually hidden) input radio/checkbox
patrickhlauke 9e57584
Merge pull request #19222 from patrickhlauke/kbd-navigation-fix-check…
patrickhlauke 87d248a
Fix typos in plural tag names
kandros 8321747
Visual/manual test for checkbox/radio button kbd behavior
patrickhlauke c8e1a20
Merge pull request #19224 from kandros/v4-dev
cvrebert c5c0728
Merge pull request #19232 from patrickhlauke/tests-visual-buttons-patch1
patrickhlauke 3b84ffc
grunt
mdo 4043510
fixes #19148 as follow up to #19099: ensure local mixin variable is u…
mdo 60f8309
Merge pull request #19218 from twbs/breakpoint-vars-are-minimums
mdo ca77f52
Merge pull request #19215 from twbs/label-pill-border-radius
mdo 57a310c
Merge pull request #19214 from twbs/label-font-size
mdo 6636e97
Merge pull request #19211 from twbs/mark-bg-var
mdo 853921d
Merge pull request #19210 from twbs/small-font-size
mdo aca4be6
grunt
mdo e194db0
Merge branch 'v4-dev' into mark-padding
mdo a2fe2aa
Merge pull request #19116 from twbs/docs-17264
mdo d6207d8
Merge branch 'fix-19094' of https://github.com/ameya-pandilwar/bootst…
mdo db9f0ce
grunt
mdo 4d62aa4
update migration docs
mdo 63a269d
Fixes #19142 (follow-up to #18771): Restore cursor: pointer to custom…
mdo b6b9d42
grunt
mdo 9f85c6e
Extract $carousel-control-sm-up-size variable
cvrebert ee0b3b2
Merge pull request #19235 from twbs/carousel-control-sm-up-width
cvrebert 104ace1
Extract $carousel-indicator{-active}-size variables
cvrebert dcb29fc
Extract $dropdown-margin-top variable
cvrebert 1046e27
Extract $dropdown-item-padding-x variable
cvrebert 79c955f
Merge pull request #19240 from twbs/dropdown-item-padding-x
cvrebert cbdb043
Extract $carousel-caption{-sm-up}-width variables
cvrebert 3a4dbd9
Add $figure-caption-font-size variable
cvrebert 9fdae5f
Extract $code-font-size variable
cvrebert 0b73954
Merge pull request #19244 from twbs/figure-caption-font-size
cvrebert 881e51d
Merge pull request #19246 from twbs/code-font-size
cvrebert 67ecc8c
Extract $code-padding-{x,y} variables
cvrebert f10dc27
.navbar-divider width: 1px=>$border-width
cvrebert d8ac2f5
Merge pull request #19247 from twbs/code-padding-vars
cvrebert 4b94184
_tags.scss: Updated comments to reflect name change
helloworld123122344134 1f02ab2
Add $list-group-item-padding-{x,y} variables
cvrebert aa7c5f9
Add $card-columns-sm-up-column-gap variable
cvrebert 9ee155e
Merge pull request #19249 from twbs/card-columns-sm-up-column-gap
cvrebert 845ad69
Merge pull request #19250 from twbs/list-group-item-padding
cvrebert 38c3e6e
Extract $navbar-brand-padding-y variable
cvrebert bfe3c59
Merge pull request #19251 from twbs/navbar-brand-padding-y
cvrebert 40aee93
- Conveying color meaning to AT as markdown include
patrickhlauke 9bc56d9
Replace "label" with "tag" in navigation
patrickhlauke c1eb92a
Merge pull request #19256 from patrickhlauke/label-tag-nav-fixup1
patrickhlauke 43d0d45
Add $gutter parameter to make-col mixin; fixes #19147
cvrebert 3c26924
Merge pull request #19257 from twbs/fix-19147
cvrebert 701b12b
Replace jQuery with vanilla JS
patrickhlauke cf57ec6
Merge pull request #19259 from patrickhlauke/keyboard-navigation-focu…
patrickhlauke fb1d511
Merge pull request #19255 from patrickhlauke/color-accessibility-call…
patrickhlauke 48a338c
Merge pull request #19237 from twbs/carousel-indicator-size
mdo 13c8ecd
Merge pull request #19239 from twbs/dropdown-margin-top
mdo bfe20c2
Merge pull request #19242 from twbs/carousel-caption-width
mdo 322f3bb
Extract $list-group-item-heading-margin-bottom variable
cvrebert 90e1938
Merge pull request #19243 from twbs/list-group-item-heading-margin-bo…
cvrebert 1f5621f
Extract $dropdown-padding-y variable
cvrebert 702041e
Merge pull request #19238 from twbs/dropdown-padding-y
cvrebert 105bfbc
Extract $carousel-indicators-width variable
cvrebert 06fac24
Merge pull request #19241 from twbs/carousel-indicators-width
cvrebert ba50680
Modal docs: Added JS event handler for relatedTarget demo
jamesmosier e0dfe0d
Docs: Remove <meta name="keywords"> from <head>
cvrebert bf73425
Document the possibility of extending the $spacers map
tordans e91c9e2
Document .pos-f-t utility class; fixes #18494
88aa108
Merge pull request #18987 from xcatliu/v4-dev-fix-search-json-prefix
cvrebert dd47423
Docs: Add example of .dropdown-menu-right
jwkratz c6c2958
Update grunt-html to v6.0.0.
XhmikosR 79067a6
Fix validation errors.
XhmikosR fe1b891
Travis CI: switch to the Trusty image.
XhmikosR a483f60
Merge pull request #19029 from twbs/v4-dev-xmr-grunt-html
XhmikosR d9d84fe
Bump scss_lint to v0.45.0.
XhmikosR 9989966
Update devDependencies.
XhmikosR 255e89b
Run grunt.
XhmikosR 727722d
Add form-control-legend
patrickhlauke c25556e
Appropriate use of fieldset/div, legend, callout for hidden/no label …
patrickhlauke 57dcd04
Update scss_lint to v0.46.0.
XhmikosR de97609
Update Jekyll to v3.1.2.
XhmikosR 44be1d2
Bump grunt-contrib-concat.
XhmikosR 25e85a2
Use Windows 10 for Win Chrome+Firefox tests on Sauce Labs
cvrebert 18745a8
Merge pull request #19291 from twbs/win10
cvrebert e2f01db
Use OS X El Capitan for Sauce tests
cvrebert 1b889d9
Use iOS 9.2 in Sauce tests
cvrebert a3c3188
Merge pull request #19293 from twbs/el-capitan
cvrebert 1c46385
Merge pull request #19294 from twbs/ios-9.2
cvrebert 723f82e
Correct grammar
prose100 b25f37b
Merge pull request #19312 from prose100/docs
cvrebert 13194ad
Merge pull request #19277 from patrickhlauke/v4-dev-forms-fixes#2
patrickhlauke e47f3c9
Wall of Browser Bugs: Update Chromium bug tracker URLs
cvrebert c3c2661
Merge pull request #19321 from twbs/bugs.chromium.org
cvrebert 2580981
Include all grunt requires files in npm package
6a1df88
Bump scss_lint to v0.47.0.
XhmikosR e3e9da2
Merge pull request #19328 from satsukitv/v4-dev
XhmikosR cf58554
Update anchor-js to v3.1.0.
XhmikosR 4977368
Update clipboard.js to v1.5.9.
XhmikosR 4e3eaef
Update jekyll-search to v1.1.1.
XhmikosR 96cafe2
Update tether to v1.2.0.
XhmikosR 666e8aa
Run `grunt`.
XhmikosR d5ce6d0
Merge pull request #19333 from twbs/v4-dev-update-docs-assets
cvrebert 7a6b5ce
Removed unused markdown-it dependency
helloworld123122344134 2d4cf26
Merge pull request #19337 from ameya-pandilwar/fix-19332
cvrebert ae7a0eb
Update npm-shrinkwrap.json.
XhmikosR d0059ac
Travis CI: Specify node.js 5.6 since 5.7.0 has regressions.
XhmikosR c96cabb
Merge pull request #19331 from twbs/v4-dev-fix-travis
XhmikosR 21a9c29
Update holder.js to v2.9.3.
XhmikosR 8d8df4e
update theme parameters to fix #19333
imsky cfe856f
Run grunt.
XhmikosR 25cf50a
JS visual tests: Remove usages of defunct .page-header class
cvrebert 8836a4c
Merge pull request #19340 from twbs/js-tests-page-header
cvrebert 74808de
Example pages: Remove usages of defunct .page-header class
cvrebert d56f876
Merge pull request #19341 from twbs/examples-page-header
cvrebert ae4a1c8
Added colon before enumeration
MaartenvE 4480b68
Update tether CDN.
XhmikosR 7d8ab35
Revert "Travis CI: Specify node.js 5.6 since 5.7.0 has regressions."
XhmikosR dbaf20f
Update grunt-jscs.
XhmikosR 5c90661
Bump scss_lint.
XhmikosR 2231987
Merge pull request #19348 from delftswa2016/grammar
cvrebert 642b199
Add Wall of Browser Bugs entry for #19390
cvrebert b7e0fe7
Merge pull request #19393 from twbs/mozbug-1253468
cvrebert 902af61
Remove Wall of Browser Bugs entry for #19390
cvrebert 01be344
Merge pull request #19395 from twbs/moz-1253468-fixed-ff45
cvrebert c4b0870
Neutralize link styles for placeholder links/named anchors
patrickhlauke 40c81c2
Merge pull request #19411 from patrickhlauke/v4-links-not-anchors
patrickhlauke 9aed469
_reboot.scss: Capitalization & periods in comment
cvrebert 1f258ff
Introduction for using table-reflow.
florisverburg 56b0473
Merge pull request #19408 from delftswa2016/v4-dev
patrickhlauke 0016c7f
Docs: Add link to Chrome bug regarding `body { overflow: hidden; }`
cvrebert 750d5f5
Merge pull request #19423 from twbs/crbug-175502
cvrebert f86bd01
Docs: Link directly to printing-related browser bugs
cvrebert e52fdc7
Merge pull request #19424 from twbs/browser-print-bugs
cvrebert b8fceb1
Remove iOS virtual keyboard bug section from docs
cvrebert b2bb83d
Add jQuery and Tether to npm dependencies; fixes #17325
cvrebert 2a999c6
Bump devDependencies.
XhmikosR 06ad50e
Run `grunt`.
XhmikosR 3d5a6a7
Remove the now unused btoa dependency.
XhmikosR 2310002
Merge pull request #19404 from twbs/v4-dev-xmr-remove-btoa
cvrebert 1417f4c
Travis CI: Remove now-unused $GEMDIR env var
cvrebert 0a2e0ba
Merge pull request #19431 from twbs/bye-gemdir
cvrebert edfdeae
Add native title tooltip IE11/Edge bug to wall of browser bugs
patrickhlauke ef07635
Merge pull request #19434 from patrickhlauke/v4-dev-ie-edge-tooltip-b…
patrickhlauke 81f2dfb
Examples: Update tether to v1.2.0.
XhmikosR ada8f21
Update Wall of Browser Bugs entry for #15990
cvrebert d47a61a
Wall of Browser Bugs: Stop mentioning IE11
cvrebert 42f5227
Merge pull request #19452 from twbs/ie11-wall-bye
cvrebert 8ad85c1
CONTRIBUTING.md: Prohibit "+1" comments in favor of reactions
cvrebert a3e301c
Port #19469 to v4
wolfy1339 fcb41c7
Remove sass gem.
XhmikosR 2eeef6d
remove empty sass if directives
neilhem af09be5
Merge pull request #19470 from twbs/plus-1-stfu
cvrebert 49d4110
Document $enable-grid-classes variable
davidlormor 0cbcd6d
Merge pull request #19426 from twbs/ios-virt-keyboard
cvrebert 79490e7
Mention https://webkit.org/b/153856 in the docs
cvrebert 738e4bd
Merge pull request #19537 from twbs/wkbug-153856
cvrebert 5f959f1
Merge pull request #19427 from twbs/npm-deps
cvrebert 122d9e5
Enabled ESLint and JSCS in Hound
helloworld123122344134 ae4d774
Remove the now unused glob.
XhmikosR a417841
Add Wall of Browser Bugs entry for #17338
cvrebert ff2441b
Merge pull request #19551 from twbs/crbug-595210
cvrebert b62d841
Use "latest" version specifier (when applicable) in Sauce tests
cvrebert cd64975
Merge pull request #19552 from twbs/sauce-latest
cvrebert 73ee051
Merge pull request #19549 from twbs/v4-dev-xmr-rm-glob
cvrebert e9dc5b0
Add Android to Sauce testing
cvrebert f065684
Merge pull request #19553 from twbs/sauce-android
cvrebert a6d7254
Bump jekyll-redirect-from.
XhmikosR 8a878c1
Update jQuery to v2.2.2.
XhmikosR a277c12
Update dependencies.
XhmikosR ecb84d2
Merge pull request #19473 from neilhem/remove-empty-if
mdo 00e20c7
Make active navbar link weight 500 again
mdo d9acd09
lighter active
mdo 1a011c3
don't shrink nav font-size
mdo 19d2a39
grunt
mdo afedb24
Merge pull request #19407 from twbs/v4-dev-xmr-jquery-221
cvrebert 689a7cd
update shrinkwrap
cvrebert d34a643
Merge pull request #19603 from twbs/bump-shrinkwrap
cvrebert 768dac2
Use vanilla npm shrinkwrap instead of uber/npm-shrinkwrap; fixes #18559
cvrebert f30be4a
update shrinkwrap
cvrebert 2955222
Merge pull request #19604 from twbs/fix-18559
cvrebert da6674a
Update grunt-html.
XhmikosR e6062d3
Add Wall of Browser Bugs entry for #19626
cvrebert 064fda0
Merge pull request #19628 from twbs/ff-bug-1259972
cvrebert ed0c12f
Nuke grunt-line-remover.
XhmikosR cc5e248
Docs: Correct arg `offsets` to `offset` in tooltips & popovers
KayLeung b849fc8
CONTRIBUTING.md: Update MS Edge bug reporting instructions
cvrebert 16d7102
Reflect MS Edge's migration of their issue tracker
cvrebert 474b85e
Reflect MS Edge's migration of their issue tracker
cvrebert 63e9346
Wall of Browser Bugs: Update some more URLs of MS Edge bugs
cvrebert a563dc8
Update Wall of Browser Bugs entry for #14211
cvrebert 18c2505
Update offset class name in comment in _grid-framework.scss
lionelerard cde26a5
Fixes #19221: Add .w-100 as width: 100% utility class
mdo 3165835
Add docs for .w-100 utility class
cvrebert 44c09cc
Merge pull request #19234 from twbs/v4-w100
cvrebert 1b35105
Add `display` utility classes (.d-{inline,block,inline-block}); fixes…
a0a157d
Finish killing .center-block; fixes #19443
835676b
Update lingering implicit prose reference to `.center-block`
cvrebert 26a6dc1
Docs: Call out removal of @screen-* variables in v4
craigmichaelmartin 62c07b6
https://webkit.org/b/143527 has been fixed
cvrebert 2cc7567
Fixes #19690: Mention classes better for .list-inline and .list-inlin…
mdo 1bfcf05
Add aria-label and callout about labelling pagination components
patrickhlauke 6d8cf0f
Merge pull request #19705 from patrickhlauke/v4-pagination-a11y-label
patrickhlauke f60e5a4
Update 300ms click delay docs to reflect iOS 9.3 improvements
cvrebert 77b58af
https://crbug.com/273306 has been fixed
cvrebert 6ec176e
Update remaining Edge issue URLs in Wall of Browser Bugs
cvrebert edfd726
docs/_plugins/bugify.rb: Remove IE; all relevant issues moved to Edge
cvrebert dc916f2
Merge pull request #19712 from twbs/crbug-273306
cvrebert 98abf50
Merge pull request #19713 from twbs/edge-urls
cvrebert 47b9768
Merge pull request #19710 from twbs/ios-9.3-fast-tap
patrickhlauke 7b4cce6
Update shrinkwrap
cvrebert e391fcb
grunt dist
cvrebert d239fbb
Suppress IE/Edge additional white/blue colors for focused <select>
patrickhlauke 159e625
Add http://bugzil.la/1264125 to Wall of Browser Bugs
cvrebert d8b1b92
Merge pull request #19727 from twbs/bugzilla-1264125
cvrebert d17a481
https://webkit.org/b/128489 has been fixed!
cvrebert 97dafdc
Merge pull request #19737 from twbs/wkbug-128489
cvrebert 315755a
Port #19741 to v4
cvrebert 0d51926
Merge pull request #19248 from twbs/navbar-divider-border-width
cvrebert 80affcc
remove unnecessary `/` in reference url
Rplus 0d5b6aa
Merge pull request #19756 from Rplus/v4-dev
patrickhlauke 24d6a03
grunt
mdo f4d80ff
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
mdo 3de570a
grunt
mdo 0e56cbb
Add Wall of Browser Bugs entries for https://webkit.org/b/156684 & ht…
cvrebert 06b127a
Merge pull request #19765 from twbs/mq-wkbugs
cvrebert afdd62d
Modal: Remove IE8-specific window.innerWidth workaround
cvrebert 8c678e9
Merge pull request #19775 from twbs/modal-ie8-innerWidth
cvrebert 1a6d0cc
Merge pull request #19714 from patrickhlauke/v4-ie-edge-select-normal…
patrickhlauke 70a3453
Merge remote-tracking branch 'origin/v4-dev' into v4-dev
tordans File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spelling: "choice", not "choise" [sic]