diff options
| author | Mark Otto <[email protected]> | 2016-10-16 19:46:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-16 19:46:47 -0700 |
| commit | b4cdccba84f7681e2911d307828c5ce94c856736 (patch) | |
| tree | f8e1edddbd941adb255766889019248ffa399d0a /docs/_data | |
| parent | 05bdecd0b09a007ae949f49fdff9006650c06969 (diff) | |
| parent | 6d6538fc81ebdb9e29ca5a5a4e8e5768b9358fe9 (diff) | |
| download | bootstrap-b4cdccba84f7681e2911d307828c5ce94c856736.tar.xz bootstrap-b4cdccba84f7681e2911d307828c5ce94c856736.zip | |
Merge branch 'v4-dev' into v4-navbars
Diffstat (limited to 'docs/_data')
| -rw-r--r-- | docs/_data/browser-bugs.yml | 146 | ||||
| -rw-r--r-- | docs/_data/browser-features.yml | 149 | ||||
| -rw-r--r-- | docs/_data/nav.yml | 16 | ||||
| -rw-r--r-- | docs/_data/showcase.yml | 8 | ||||
| -rw-r--r-- | docs/_data/translations.yml | 5 |
5 files changed, 281 insertions, 43 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index d6e9ff3fe..97c6d3d35 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -2,6 +2,16 @@ browser: > Microsoft Edge summary: > + Visual artifacts in scrollable modal dialogs + upstream_bug: > + Edge#9011176 + origin: > + Bootstrap#20755 + +- + browser: > + Microsoft Edge + summary: > Native browser tooltip for `title` shows on first keyboard focus (in addition to custom tooltip component) upstream_bug: > Edge#6793560 @@ -70,6 +80,26 @@ - browser: > + Microsoft Edge + summary: > + Hovering over descendant SVG element fires `mouseleave` event at ancestor + upstream_bug: > + Edge#7787318 + origin: > + Bootstrap#19670 + +- + browser: > + Microsoft Edge + summary: > + Active `position: fixed;` `<button>` flickers when scrolling + upstream_bug: > + Edge#8770398 + origin: > + Bootstrap#20507 + +- + browser: > Firefox summary: > `.table-bordered` with an empty `<tbody>` is missing borders. @@ -102,11 +132,41 @@ browser: > Firefox summary: > - Fire `transitioncancel` event when a transition is canceled + Wide floated table doesn't wrap onto new line upstream_bug: > - Mozilla#1264125 + Mozilla#1277782 origin: > - Mozilla#1182856 + Bootstrap#19839 + +- + browser: > + Firefox + summary: > + Mouse sometimes not within element for purposes of `mouseenter`/`mouseleave` when it's within SVG elements + upstream_bug: > + Mozilla#577785 + origin: > + Bootstrap#19670 + +- + browser: > + Firefox + summary: > + `position: absolute` element that's wider than its column renders differently than other browsers + upstream_bug: > + Mozilla#1282363 + origin: > + Bootstrap#20161 + +- + browser: > + Firefox + summary: > + `min-width: 0` has no effect on `<fieldset>` + upstream_bug: > + Mozilla#504622 + origin: > + Bootstrap#12359 - browser: > @@ -114,7 +174,7 @@ summary: > Right border of `<select>` menu is sometimes missing when screen is set to uncommon resolution upstream_bug: > - Mozilla#924068 + Mozilla#545685 origin: > Bootstrap#15990 @@ -150,26 +210,6 @@ - browser: > - Chrome (OS X) - summary: > - Caps Lock indicator not shown in `<input type="password">` with `display: block` - upstream_bug: > - Chromium#460200 - origin: > - Bootstrap#15832 - -- - browser: > - Chrome - summary: > - Focus ring of image map within a modal is displayed in the wrong location. - upstream_bug: > - Chromium#475128 - origin: > - Bootstrap#16180 - -- - browser: > Chrome summary: > CSS infinite linear animation with alpha transparency leaks memory. @@ -192,41 +232,41 @@ browser: > Chrome summary: > - `width: 1%` on nested table cell causes its table to hog horizontal space. + `table-cell` borders not overlapping despite `margin-right: -1px` upstream_bug: > - Chromium#427994 + Chromium#534750 origin: > - Bootstrap#16372 + Bootstrap#17438, Bootstrap#14237 - browser: > Chrome summary: > - `table-cell` borders not overlapping despite `margin-right: -1px` + Clicking scrollbar in `<select multiple>` with overflowed options will select nearby `<option>` upstream_bug: > - Chromium#534750 + Chromium#597642 origin: > - Bootstrap#17438, Bootstrap#14237 + Bootstrap#19810 - browser: > - Chrome (Windows & Linux) + Chrome summary: > - Animation glitch when returning to inactive tab after animations occurred while tab was hidden. + Don't make `:hover` sticky on touch-friendly webpages upstream_bug: > - Chromium#449180 + Chromium#370155 origin: > - Bootstrap#15298 + Bootstrap#12832 - browser: > - Safari + Chrome (Windows & Linux) summary: > - `width: 1%` on nested table cell causes its table to hog horizontal space. + Animation glitch when returning to inactive tab after animations occurred while tab was hidden. upstream_bug: > - WebKit#144696, Safari#20839572 + Chromium#449180 origin: > - Bootstrap#16372 + Bootstrap#15298 - browser: > @@ -372,6 +412,36 @@ - browser: > + Safari (iOS) + summary: > + Tapping from one `<input>` to another in an overlay can cause shaking/jiggling effect + upstream_bug: > + WebKit#158276 + origin: > + Bootstrap#19927 + +- + browser: > + Safari (iOS) + summary: > + Modal with `-webkit-overflow-scrolling: touch` doesn't become scrollable after added text makes it taller + upstream_bug: > + WebKit#158342 + origin: > + Bootstrap#17695 + +- + browser: > + Safari (iOS) + summary: > + Don't make `:hover` sticky on touch-friendly webpages + upstream_bug: > + WebKit#158517 + origin: > + Bootstrap#12832 + +- + browser: > Safari (iPad Pro) summary: > Rendering of descendants of `position: fixed` element gets clipped on iPad Pro in Landscape orientation diff --git a/docs/_data/browser-features.yml b/docs/_data/browser-features.yml new file mode 100644 index 000000000..e7ad42956 --- /dev/null +++ b/docs/_data/browser-features.yml @@ -0,0 +1,149 @@ +- + browser: > + Microsoft Edge + summary: > + Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4 + upstream_bug: > + UserVoice#12299532 + origin: > + Bootstrap#19984 + +- + browser: > + Microsoft Edge + summary: > + Implement [sticky positioning](http://html5please.com/#position:sticky) from CSS Positioned Layout Level 3 + upstream_bug: > + UserVoice#6263621 + origin: > + Bootstrap#17021 + +- + browser: > + Microsoft Edge + summary: > + Implement the HTML5 [`<dialog>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) + upstream_bug: > + UserVoice#6508895 + origin: > + Bootstrap#20175 + +- + browser: > + Microsoft Edge + summary: > + Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled + upstream_bug: > + UserVoice#15939898 + origin: > + Bootstrap#20618 + +- + browser: > + Microsoft Edge + summary: > + Implement the [`of <selector-list>` clause](http://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class + upstream_bug: > + UserVoice#15944476 + origin: > + Bootstrap#20143 + +- + browser: > + Firefox + summary: > + Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled + upstream_bug: > + Mozilla#1264125 + origin: > + Mozilla#1182856 + +- + browser: > + Firefox + summary: > + Implement the [`of <selector-list>` clause](http://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class + upstream_bug: > + Mozilla#854148 + origin: > + Bootstrap#20143 + +- + browser: > + Firefox + summary: > + Implement the HTML5 [`<dialog>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) + upstream_bug: > + Mozilla#840640 + origin: > + Bootstrap#20175 + +- + browser: > + Chrome + summary: > + Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled + upstream_bug: > + Chromium#642487 + origin: > + Chromium#437860 + +- + browser: > + Chrome + summary: > + Implement the [`of <selector-list>` clause](http://caniuse.com/#feat=css-nth-child-of) of the `:nth-child()` pseudo-class + upstream_bug: > + Chromium#304163 + origin: > + Bootstrap#20143 + +- + browser: > + Chrome + summary: > + Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4 + upstream_bug: > + Chromium#576815 + origin: > + Bootstrap#19984 + +- + browser: > + Chrome + summary: > + Implement [sticky positioning](http://html5please.com/#position:sticky) from CSS Positioned Layout Level 3 + upstream_bug: > + Chromium#231752 + origin: > + Bootstrap#17021 + +- + browser: > + Safari + summary: > + Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled + upstream_bug: > + WebKit#161535 + origin: > + Bootstrap#20618 + +- + browser: > + Safari + summary: > + Implement the [`:dir()` pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:dir) from Selectors Level 4 + upstream_bug: > + WebKit#64861 + origin: > + Bootstrap#19984 + +- + browser: > + Safari + summary: > + Implement the HTML5 [`<dialog>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) + upstream_bug: > + WebKit#84635 + origin: > + Bootstrap#20175 diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 2700cba0c..9e3e55367 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -51,7 +51,21 @@ - title: Scrollspy - title: Tag - title: Tooltips - - title: Utilities + +- title: Utilities + pages: + - title: Borders + - title: Clearfix + - title: Close icon + - title: Colors + - title: Display property + - title: Image replacement + - title: Invisible content + - title: Responsive helpers + - title: Screenreaders + - title: Sizing and positioning + - title: Spacing + - title: Typography # - title: Extend # pages: diff --git a/docs/_data/showcase.yml b/docs/_data/showcase.yml index 45e9b0ccc..435286f39 100644 --- a/docs/_data/showcase.yml +++ b/docs/_data/showcase.yml @@ -1,19 +1,19 @@ - name: Lyft url: https://www.lyft.com - expo_url: http://expo.getbootstrap.com/2014/10/29/lyft/ + expo_url: https://expo.getbootstrap.com/2014/10/29/lyft/ img: lyft - name: Vogue url: http://www.vogue.com - expo_url: http://expo.getbootstrap.com/2014/09/30/vogue/ + expo_url: https://expo.getbootstrap.com/2014/09/30/vogue/ img: vogue - name: Riot Design url: http://riotdesign.eu/en/ - expo_url: http://expo.getbootstrap.com/2014/03/13/riot-design/ + expo_url: https://expo.getbootstrap.com/2014/03/13/riot-design/ img: riot - name: Newsweek url: http://www.newsweek.com/ - expo_url: http://expo.getbootstrap.com/2014/02/12/newsweek/ + expo_url: https://expo.getbootstrap.com/2014/02/12/newsweek/ img: newsweek diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml index 5ad1d8ef1..951f9756b 100644 --- a/docs/_data/translations.yml +++ b/docs/_data/translations.yml @@ -12,3 +12,8 @@ code: ja description: Bootstrap 4 日本語リファレンス url: http://bootstrap4.jp/ + +- name: Brazilian Portuguese + code: pt-BR + description: Bootstrap 4 Português do Brasil + url: https://bootstrapbrasil.github.io/v4/ |
