aboutsummaryrefslogtreecommitdiff
path: root/site/content
AgeCommit message (Collapse)AuthorFilesLines
2020-07-03Rename `sr-only`/`sr-only-focusable` (#31139)Patrick H. Lauke13-79/+84
* Rename `sr-only`/`sr-only-focusable` To be more representative of the fact that these are not necessarily "screen reader" specific, but actually apply to assistive technologies in general (and also things like Alexa/Siri/etc). Goes hand-in-hand with #31133 Co-authored-by: XhmikosR <[email protected]>
2020-07-03Docs: improve/expand button documentation (#31093)Patrick H. Lauke2-4/+12
* Docs: improve/expand button documentation - since we're not doing the disabled cursor thing anymore anyway, remove confusing/unnecessary mention for link-based disabled buttons - make the disabled toggle example using a link actually follow the preceding advice of also having `tabindex="-1"` and `aria-disabled="true"` - tweak the link functionality callout to also still mention `aria-disabled` to reinforce the idea - tweak toggle state description (not just `<button>`s, but also links etc...so just remove mention of `<button>` there; also reinforce accessibility aspect once more) - add a new callout that cross-references checkbox-based toggles, and what the similarity/difference between them is - add a matching cross-reference callout to the checkbox-based toggle buttons page * Update link to now renamed checks-radios.md
2020-07-03Docs: clarify that pointer events classes don't affect keyboard interaction ↵Patrick H. Lauke1-3/+7
(#31134) * Docs: clarify that pointer events classes don't affect keyboard interaction * Neutralise example links that are `pe-none`
2020-07-01Fix generated example code for RFS (#31213)Sascha Nuissl1-1/+1
Co-authored-by: Martijn Cuppens <[email protected]>
2020-07-01Update migration.md (#31122)XhmikosR1-31/+50
* Add a new v5.0.0-alpha2 section * Add missing Browser versions from v5.0.0-alpha1
2020-07-01Use the site param for iconsXhmikosR2-2/+2
2020-06-27Fix spelling mistake (#31190)Alex Mohr1-1/+1
Co-authored-by: Alex Mohr <[email protected]>
2020-06-27Docs: rename form checks page to "Checks / radios" (#31090)Patrick H. Lauke3-3/+4
* Docs: rename form checks page to "Checks / radios" it's not immediately obvious that "checks" includes information about both checkboxes and radio buttons. while "checks / radios" is also still not perfect (as honestly even I didn't quite grok that "checks" meant checkboxes), it should make it slightly more obvious nonetheless
2020-06-27Add code to method/property tables (#31130)Patrick H. Lauke10-139/+139
Co-authored-by: XhmikosR <[email protected]>
2020-06-24Floating labels improvements (#30966)Gaël Poupard1-7/+13
* docs(example): floating-labels' better Edge fallback * docs(example): refactor floating-labels' CSS
2020-06-21Docs: move color utility callouts to start of page (#31135)Patrick H. Lauke1-10/+10
* Move color utility callouts to start of page Hierarchically/structurally, in the position they are currently at, the two callouts seem like they "belong" just to the "background color" section. Moving them to the start makes it clearer that those two callouts relate to everything in the page (both "Color" and "Background color" classes. * Change heading level otherwise the assistive technology callout looks like it's hierarchically under the "Dealing with specificity" heading
2020-06-20Correctly document how to add to Sass maps (#31107)Mark Otto1-2/+6
Fixes #31089. Co-authored-by: XhmikosR <[email protected]>
2020-06-19Updated the command to install using yarn (#31075)Mattonit1-1/+1
* updated yarn command to install latest version * Update README.md Co-authored-by: XhmikosR <[email protected]>
2020-06-19Fix links to gutters page (#31116)Quy1-2/+2
2020-06-19Change whitelist to allowlist (#31066)Patrick H. Lauke4-12/+14
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2020-06-19Docs: fix typo (#31106)Hiws1-1/+1
* Fixes a typo so it displays the correct px's. * Update gutters.md Co-authored-by: XhmikosR <[email protected]>
2020-06-18Fix typo (#31102)Nic Johnson1-1/+1
2020-06-18Add new toasts examples (#30572)Mark Otto1-0/+50
* Add two new toasts examples - Adds a new custom content example that removes the toast header and adds a custom close icon - Adds docs for how to create your own color schemes - Adds example of additional buttons * Update toasts examples - Remove span and place aria on SVG element - Add .border-0 to color scheme example for crisper edges * Update toasts.md Co-authored-by: XhmikosR <[email protected]>
2020-06-18Fix Stack Overflow tag (#31062)Christian Studer1-1/+1
2020-06-18Fix tooltip when hovering a children element (delegateTarget) (#30928)Tanguy Krotoff1-0/+11
Co-authored-by: XhmikosR <[email protected]>
2020-06-17Add oxford commasMark Otto1-2/+2
2020-06-17Docs: tweak accessibility sectionPatrick H. Lauke1-5/+7
- point to WCAG 2.1 rather than 2.0 - soften/expand the language around color contrast, since the situation has definitely improved in v5 but we still can't guarantee all possible permutations of colors/opacities/etc - minor language/stylistic tweaks - add further resources
2020-06-17Typo fix : depedending ⮞ dependingBruno Baguette1-1/+1
2020-06-17Typo fix : individiual ⮞ individualBruno Baguette1-1/+1
2020-06-17Typo fix : ocassions ⮞ occasionsBruno Baguette1-1/+1
2020-06-17Several typo fixes (#31077)Bruno Baguette1-2/+2
* Typo fix : thesse ⮞ these * Several typo fixes verical ⮞ vertical availble ⮞ available thesse ⮞ these
2020-06-17Docs: clarify rationale for button group on links (#31071)Patrick H. Lauke1-2/+2
2020-06-17Docs: fix old/broken example capture and typo (#31070)Patrick H. Lauke1-5/+4
* Docs: fix old/broken example capture and typo * Make example less broken-looking don't want to give impression that now it's ok to just sprinkle `role="button"` around. this at least makes the `span` keyboard-focusable, similar to at least the start of a custom control Co-authored-by: XhmikosR <[email protected]>
2020-06-16Prepare docs for v5.getbootstrap.comXhmikosR1-1/+1
* use v5.getbootstrap.com as the site URL/CNAME * block robots from crawling * specify next npm tag
2020-06-16v5: Add role=button cursor in Reboot (#31040)Mark Otto1-0/+9
* v5: Add role=button cursor in Reboot Ports the changes from #30562 made in v4.5 and adds them to v5. This replaces #30563 which sought to add this to the utility API, but the v4 PR shifted to implement an accessible solution vs a lone utility. * Update reboot.md Co-authored-by: XhmikosR <[email protected]>
2020-06-16Fix typo (#31051)Quy1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-06-16Fix BootstrapCDN's name (#31049)XhmikosR1-1/+1
2020-06-16Fix a broken link and a redirect. (#31045)XhmikosR1-1/+1
2020-06-15Switch to btn-checkMartijn Cuppens3-16/+16
2020-06-15Remove checkbox/radio toggle from button plugin in favor of a CSS only solutionMartijn Cuppens4-41/+83
2020-06-14Update index.htmlJonathan1-2/+2
Hyphen to minus for amount. Hyphen to dash for ranges.
2020-06-14Change breakpoint-max implementationMartijn Cuppens2-7/+16
- The `media-breakpoint-down()` uses the breakpoint itself instead of the next breakpoint. Use `media-breakpoint-down(lg)` instead of `media-breakpoint-down(md)` to target viewports smaller than the `lg` breakpoint. - The `media-breakpoint-between()` mixin's second parameter also uses the breakpoint itself instead of the next breakpoint. Use `media-between(sm, lg)` instead of `media-breakpoint-between(sm, md)` to target viewports between the `sm` and `lg` breakpoints.
2020-06-14docs(examples): fix pricing exampleGaël Poupard2-17/+10
2020-06-14docs(examples): improve headings hierarchyGaël Poupard1-1/+1
2020-06-14docs(examples): empty alt for screenshots to prevent redundancyGaël Poupard1-1/+1
2020-06-14Run dist on latestMark Otto1-0/+12
2020-06-12v5: Redo blockquote attributions (#30814)Mark Otto3-40/+52
* v5: Redo blockquote attributions - Renames -small-* variables to -footer-* - Updates blockquote demos with attribution to place it outside the blockquote with a figure wrapper * Updated class name * docs(examples): refactor blockquotes in masonry example Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-06-11docs(layout): drop useless .text-left on overview tableGaël Poupard1-15/+15
2020-06-09Update docs for navsRohit Sharma1-1/+1
Co-authored-by: Mark Otto <[email protected]>
2020-06-09Remove .nav-item from .nav-link to make it consistentRohit Sharma2-20/+20
- Closes #28423
2020-06-04Add role="dialog" in modals via JavaScript (#30936)Rohit Sharma1-23/+23
2020-06-03Read validate-forms.js from assets.XhmikosR1-20/+6
2020-06-03Fix forms validation snippets.XhmikosR1-2/+2
2020-05-31Restore word-break: break-word on .text-break to fix text breaking on flex ↵Mark Otto1-1/+1
containers (#30932)
2020-05-30Add `space-evenly` option for `justify-content` (#30910)Edson Jr2-1/+16