diff options
Diffstat (limited to 'docs/_data')
| -rw-r--r-- | docs/_data/browser-bugs.yml | 20 | ||||
| -rw-r--r-- | docs/_data/translations.yml | 6 |
2 files changed, 23 insertions, 3 deletions
diff --git a/docs/_data/browser-bugs.yml b/docs/_data/browser-bugs.yml index 1feb7c312..690efef74 100644 --- a/docs/_data/browser-bugs.yml +++ b/docs/_data/browser-bugs.yml @@ -80,6 +80,16 @@ - 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: > `display: table;` within `display: block;` forces sibling content to new line. @@ -172,6 +182,16 @@ - browser: > + Safari (OS X) + summary: > + Caps Lock indicator not shown in `<input type="password">` with `display: block` + upstream_bug: > + WebKit#141804, Safari#19892433 + origin: > + Bootstrap#15832 + +- + browser: > Safari (iOS) summary: > `transform: translate3d(0,0,0);` rendering bug. diff --git a/docs/_data/translations.yml b/docs/_data/translations.yml index 0978cd1fe..2340b99f1 100644 --- a/docs/_data/translations.yml +++ b/docs/_data/translations.yml @@ -11,7 +11,7 @@ - name: French code: fr description: Bootstrap en Français - url: http://www.oneskyapp.com/docs/bootstrap/fr + url: http://www.oneskyapp.com/fr/docs/bootstrap/getting-started/ - name: German code: de @@ -31,12 +31,12 @@ - name: Russian code: ru description: Bootstrap по-русски - url: http://www.oneskyapp.com/docs/bootstrap/ru + url: http://www.oneskyapp.com/ru/docs/bootstrap/ - name: Spanish code: es description: Bootstrap en Español - url: http://www.oneskyapp.com/docs/bootstrap/es + url: http://www.oneskyapp.com/es/docs/bootstrap/ - name: Ukrainian code: uk |
