Chris Rebert
6058dae624
grunt dist-css docs
...
[ci skip]
2016-01-10 18:49:50 -08:00
Patrick H. Lauke
6338ea2b2b
Merge pull request #18819 from patrickhlauke/docs-v4-about-accessibility
...
Remove About > Accessibility, add to Get Started
2016-01-10 12:29:18 +00:00
Chris Rebert
1367f70fbc
Docs: Add missing pages to "Getting started" TOC
...
Fixes #17986
[skip sauce]
2016-01-09 18:08:25 -08:00
Patrick H. Lauke
927626d459
Add accessibility to getting started section
2016-01-09 22:40:13 +00:00
Patrick H. Lauke
1887664c01
Remove About > Accessibility
...
Currently, there is no actual accessibility page, so this avoids a 404
in the docs. More fundamentally, though, it makes more sense for
accessibility advice to be directly integrated in the docs (which we're
doing, for the most part - though we should ensure that we do
cover/mention everything where appropriate), so there's no need for a
separate accessibility page.
2016-01-09 14:18:53 +00:00
Chris Rebert
dedfffe5db
Update Grid example from v3 to v4; fixes #18818
2016-01-09 03:26:54 -08:00
Chris Rebert
48e62fdf34
https://webkit.org/b/150715 has been fixed
...
Fixed by way of https://webkit.org/b/152803
Thanks Google Translate (I guess) and WebKit Team!
[ci skip]
2016-01-07 18:14:51 -08:00
Chris Rebert
6ab9e10efa
https://webkit.org/b/147284 has been fixed
...
Refs #16814
[ci skip]
2016-01-07 14:09:39 -08:00
Mark Otto
ed612b2b41
grunt
2016-01-07 00:17:09 -08:00
Mark Otto
b09f70e101
clear up and split out breadcrumb examples
2016-01-06 23:58:07 -08:00
Chris Rebert
88c629fc59
Merge pull request #18788 from twbs/refs-18458
...
Add nested definition list to docs example
2016-01-06 22:29:13 -08:00
Chris Rebert
d5ec7e3f50
Merge pull request #18784 from twbs/input-types
...
Add comprehensive `.form-control` example(/testcase) to docs
2016-01-06 19:09:05 -08:00
Chris Rebert
850611d895
Add nested definition list to docs example
...
Refs #18458
[skip sauce]
2016-01-06 16:56:27 -08:00
Chris Rebert
3f04c082dd
Merge branch 'input-type-reset-btn' into v4-dev
2016-01-06 16:25:32 -08:00
Chris Rebert
56746938ed
Add <input type="reset"> example to Button Tags docs for completeness
...
[skip sauce]
2016-01-06 16:24:43 -08:00
Mark Otto
e1caaea06f
grunt
2016-01-06 15:59:10 -08:00
Chris Rebert
3d5b340217
Add comprehensive .form-control
example(/testcase) to docs
...
Put all the textual input types right next to each other for easy visual comparison.
Refs #17308 , #18763
[skip sauce]
2016-01-06 15:57:19 -08:00
Mark Otto
416efb8538
Merge pull request #18783 from twbs/v4-nav-cleanup
...
v4: Nav cleanup
2016-01-06 15:55:49 -08:00
Mark Otto
9c19dc91da
Nav docs updates
...
- More consistent states and labels in nav examples
- Add stacked pills example for with <nav> element
2016-01-06 15:39:38 -08:00
Chris Rebert
cbe9b7a035
Tweak phrasing of .tab('show') docs
...
Refs #18708
[ci skip]
2016-01-06 15:02:58 -08:00
Mark Otto
004e30866c
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2016-01-06 15:01:41 -08:00
Mark Otto
8812541b83
grunt
2016-01-06 15:01:22 -08:00
Chris Rebert
c3ae4be961
Merge pull request #18708 from Johann-S/showDoc
...
Add documentation for Tab plugin's `show` method
2016-01-06 15:00:45 -08:00
Mark Otto
20261385ea
fix blog example to use customized pagination based on button styles
2016-01-06 14:57:00 -08:00
Mark Otto
e482fe24e1
add docs notes
2016-01-06 14:48:48 -08:00
Mark Otto
d5b2dea1a5
Rip out the pager component
2016-01-06 14:47:33 -08:00
Mark Otto
8c85934621
Clarify a few things in migration docs
2016-01-06 14:10:46 -08:00
Mark Otto
8ba7f3db73
grunt
2016-01-06 14:07:17 -08:00
Mark Otto
ce18736cd8
fix example css
2016-01-06 14:07:13 -08:00
Chris Rebert
602b107edb
Remove usages of and references to <input type="datetime">
...
It has been removed from the HTML specification: https://github.com/whatwg/html/issues/336
Only Presto Opera ever implemented a special UI for it.
[skip sauce]
2016-01-06 11:28:17 -08:00
Chris Rebert
1300af1d2d
Update docs to account for #18772
...
/fyi @mdo
[skip sauce]
2016-01-06 01:33:13 -08:00
Mark Otto
5c803b656c
update docs to match
2016-01-06 01:11:22 -08:00
Mark Otto
2db13042bd
Merge pull request #18501 from petetnt/card-outline-docs
...
Document .card-*-outline variants
2016-01-06 01:09:58 -08:00
Mark Otto
d22a8926d2
Merge pull request #18741 from bassjobsen/patch-15
...
fix justified navbar
2016-01-06 00:08:35 -08:00
Mark Otto
f550d99553
grunt
2016-01-06 00:07:41 -08:00
Mark Otto
ff07ba3af4
Merge pull request #18771 from twbs/v4-custom-forms-revamp
...
v4: Custom forms (disabled state, revamp, etc)
2016-01-06 00:02:25 -08:00
Mark Otto
d8d67eaa6a
rewrite custom file input component to use classes over nested elements
2016-01-05 23:45:44 -08:00
Mark Otto
8d66b9956c
Change .c-select to .custom-select
2016-01-05 23:34:51 -08:00
Mark Otto
42a50e7d2c
clarify docs
2016-01-05 23:28:26 -08:00
Mark Otto
ef3061d5f1
update forms docs
...
- add more details on custom checkboxes and radios for how we handle the states and how the css works
- create a disabled custom checkboxes and radios example
2016-01-05 23:26:36 -08:00
Mark Otto
3c009add3b
Merge pull request #18734 from tagliala/fix-highlight-docs
...
Fix margins in highlighted code in docs
2016-01-05 20:48:13 -08:00
Chris Rebert
eb26e69a85
Add alternative migration possibility for panel color variants
...
Refs #18767
[ci skip]
2016-01-05 17:07:22 -08:00
Mark Otto
dd64fa87f3
grunt
2016-01-05 00:22:44 -08:00
Mark Otto
a79f89b354
grunt
2016-01-03 19:16:53 -08:00
Mark Otto
a439bc16c6
Merge pull request #18752 from twbs/v4-docs-scsslint
...
v4: Docs Sass linting
2016-01-03 19:14:46 -08:00
Mark Otto
09c3942986
Merge pull request #18662 from patrickhlauke/docs-collapse-accessibility-patch1
...
Docs: accessibility fix-up of collapsible content navbar, change site-wide main navbar
2016-01-03 19:14:14 -08:00
Mark Otto
5c43dff155
Merge pull request #18697 from bassjobsen/patch-31
...
remove `<div class="bd-sidebar">`
2016-01-03 19:13:44 -08:00
Mark Otto
0a3573b235
Merge pull request #18686 from patrickhlauke/docs-pagination-kbd1
...
Docs: add note and advice about .disabled and keyboard focus
2016-01-03 19:12:33 -08:00
Mark Otto
c76a2c3218
Merge pull request #18669 from twbs/fix-18652
...
Remove .dl-horizontal; it's redundant to the grid system
2016-01-03 19:10:42 -08:00
Mark Otto
16552b241c
Merge pull request #18675 from patrickhlauke/docs-code1
...
Docs: tweaks to content code
2016-01-03 19:03:26 -08:00
Mark Otto
ca6f6ca2f5
grunt
2016-01-03 18:43:59 -08:00
Mark Otto
1364caf0b6
reformat syntax styles for linting
2016-01-03 18:28:07 -08:00
Mark Otto
b435894e2d
basic linting
2016-01-03 18:27:54 -08:00
Mark Otto
7a582b2ffe
basic linting changes, disable some id selector testing per file as needed
2016-01-03 18:17:58 -08:00
Mark Otto
ef5e2a5b5b
property order linting
2016-01-03 18:12:33 -08:00
Mark Otto
26b4211c23
we nuked the focusedinput example awhile back, so nuking the styles too
2016-01-03 18:10:47 -08:00
Mark Otto
6e7a9c5a38
basic linting
2016-01-03 18:10:34 -08:00
Mark Otto
84cd41956f
nuke vendor prefixes
2016-01-03 18:10:22 -08:00
Mark Otto
7a00b13b07
remove unused rule for ads css that was hiding an image that no longer exists (i think)
2016-01-03 18:09:36 -08:00
Chris Rebert
e655c2db52
Add Wall of Browser Bugs entry for #18738
...
* https://bugs.webkit.org/show_bug.cgi?id=152637
* http://openradar.appspot.com/24030853
[ci skip]
2016-01-01 13:31:02 -08:00
Chris Rebert
422ed9ab48
grunt dist docs
...
[ci skip]
2016-01-01 12:37:52 -08:00
Chris Rebert
e9192f6de0
Update copyright years to 2016
...
[ci skip]
2016-01-01 12:31:38 -08:00
Bass Jobsen
a01d2f0056
add .nav-justified class
2016-01-01 17:17:22 +01:00
Bass Jobsen
470bb9c815
add new CSS classes to the navbar
2016-01-01 17:15:24 +01:00
Geremia Taglialatela
ac77f5843a
Fix margins in highlights
2015-12-31 20:00:28 +01:00
Chris Rebert
95893cd449
Merge pull request #18614 from patrickhlauke/docs-browsers-devices1
...
Docs: update browser support info
2015-12-30 10:38:50 -08:00
Patrick H. Lauke
2f4bdca9b5
Split out to new para, into two sentences
2015-12-30 10:37:09 +00:00
Johann-S
e36fd5a9b2
[Tab] Add documentation for method show
2015-12-27 21:11:17 +01:00
Patrick H. Lauke
cc7cc4eda6
Remove Opera 18 and IE11 mention
...
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-27 10:24:34 +00:00
Bass Jobsen
38b40d8f59
remove <div class="bd-sidebar">
...
content had already been wrapped in the `<div class="col-md-3 col-md-push-9 bd-sidebar">`
2015-12-27 01:29:18 +01:00
Patrick H. Lauke
fb4ff3e204
Tweak the wording for link functionality
...
to harmonise it with the callout given in pagination
2015-12-26 23:33:36 +00:00
Patrick H. Lauke
f1cdb3b68d
Add note and advice about .disabled and keyboard focus
2015-12-26 23:33:35 +00:00
Patrick H. Lauke
699c6bb383
Merge pull request #18690 from patrickhlauke/docs-tooltips1
...
Docs: add accessibility callout for tooltips
2015-12-26 20:41:48 +00:00
Patrick H. Lauke
b14c7f1e17
Add accessibility callout for tooltips
2015-12-26 20:12:51 +00:00
Jerry Cheung
37426b9d83
Fix typo in docs/getting-started/introduction.md
...
Remove 'including'.
2015-12-26 09:41:42 -08:00
Patrick H. Lauke
ff07a81e9f
Change wording on link styled as button
...
"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-26 12:40:04 +00:00
Patrick H. Lauke
097575ad43
Merge pull request #18679 from patrickhlauke/docs-button-disabled1
...
Docs: add aria-disabled to disabled link example and description
2015-12-25 22:32:33 +00:00
Chris Rebert
f954e5958c
Merge pull request #18678 from patrickhlauke/docs-button-active1
...
Docs: add aria-pressed=true to components buttons active state example
2015-12-25 15:11:53 -07:00
Patrick H. Lauke
efe2419fec
Change "preformatted text" heading and intro para
...
also, stray "blocks" in the "Sample output", which doesn't seem to
belong there.
2015-12-25 21:26:41 +00:00
Patrick H. Lauke
f6b0f8f3ad
Add ellipsis to modal example code
2015-12-25 21:17:32 +00:00
Patrick H. Lauke
66479d8a5f
Add aria-disabled to disabled link example and description
2015-12-25 21:13:57 +00:00
Patrick H. Lauke
b5bf4334ca
Add aria-pressed=true to example
...
...as per the text immediately preceding this example
2015-12-25 21:09:59 +00:00
Patrick H. Lauke
68e0b01ac8
Fix code block example
...
use `<code>` (as it's still semantically code that we're marking up) and
make the example actually multiple lines...
2015-12-25 13:49:16 +00:00
Patrick H. Lauke
25a36729bc
Missing angle brackets
2015-12-25 13:44:33 +00:00
Chris Rebert
4c86e37c2d
Remove .dl-horizontal; it's redundant to the grid system; fixes #18652
...
[skip sauce]
2015-12-24 21:26:26 -07:00
Chris Rebert
95d030c226
Add Tether to example pages that were missing it
...
[skip sauce]
2015-12-24 18:13:53 -07:00
Chris Rebert
11b526e51d
Include Tether via CDN in starter templates; fixes #18664
...
[skip sauce]
2015-12-24 18:08:41 -07:00
Patrick H. Lauke
88064925a4
Use more appropriate structure for site navigation
...
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-24 19:46:39 +00:00
Patrick H. Lauke
5a06173a53
Move collapsing navbar after the toggle
...
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-24 18:10:37 +00:00
Patrick H. Lauke
3317d04a0b
Add missing aria attributes to main site navigation menu toggle
2015-12-24 16:55:41 +00:00
Patrick H. Lauke
d0d9183a8f
Add missing aria attributes to navbar collapse examples
2015-12-24 16:52:43 +00:00
Patrick H. Lauke
e2bf1e9fae
Merge pull request #18654 from patrickhlauke/docs-helptext1
...
Docs: reintroduce `aria-describedby` advice for help text
2015-12-24 13:38:46 +00:00
XhmikosR
612ff4f5d1
Run grunt
.
...
[ci skip]
2015-12-24 12:50:15 +02:00
Patrick H. Lauke
e9ccb573ef
Add aria-describedby to main form controls example
2015-12-24 10:11:33 +00:00
Patrick H. Lauke
0fe8f920b7
Docs: reintroduce aria-describedby advice for help text
...
Based on v3 http://getbootstrap.com/css/#forms-help-text , adapted to
make examples more "real life"
2015-12-24 10:08:29 +00:00
Chris Rebert
76a4c303ee
Refactor Breadcrumbs component
...
Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors,
so as to no longer require the usage of `<ol>`-based markup.
Rename variables to follow naming conventions:
* $breadcrumb-padding-vertical => $breadcrumb-padding-y
* $breadcrumb-padding-horizontal => $breadcrumb-padding-x
Introduce new variable: $breadcrumb-item-padding
[skip sauce]
2015-12-23 22:16:35 -07:00
Patrick H. Lauke
bac3d68f52
Clarify what text-capitalize actually does
...
as on first skimming over these, it may not be completely obvious
2015-12-23 14:29:12 +00:00
Patrick H. Lauke
9cf2e50b1e
Change italicized to italic
...
...otherwise, by the same logic, it should be "Bolded text" above. just
looks clunky...
2015-12-23 14:26:29 +00:00
David\ Beitey
7efd6280b4
Fix bulleted lists on Utilities doc
2015-12-23 15:49:51 +10:00
Patrick H. Lauke
56b84556c7
Add Windows 10 Mobile / Microsoft Edge
2015-12-22 19:10:52 +00:00