Commit Graph

6233 Commits

Author SHA1 Message Date
Mark Otto e7b8dc0b92 Merge pull request #18116 from bassjobsen/patch-8
linking to the color scheme directly
2015-11-01 21:39:34 -08:00
Chris Rebert 6f14f02fc5 http://crbug.com/523282 has been fixed in Chrome Canary
Refs #17913
[ci skip]
2015-11-01 21:15:21 -08:00
Bass Jobsen ec23ccf9d4 linking to the color scheme directly
Because of a color scheme has a color and background color.
2015-10-31 01:54:33 +01:00
Chris Rebert 4026b6f8d9 Port #18111 to v4
Add http://wkbug.com/150715 to Wall of Browser Bugs

[skip sauce]
[skip validator]
2015-10-30 01:32:56 -07:00
Chris Rebert 97d0827556 Docs: Make pagination <span> example live
[skip sauce]
2015-10-29 22:40:12 -07:00
Chris Rebert 1dc8583bc5 grunt dist 2015-10-29 22:08:31 -07:00
Chris Rebert 22e01efcbd Merge pull request #18095 from twbs/document.head
Trivially simplify IE10 Mobile viewport bug workaround
2015-10-29 12:58:57 -07:00
XhmikosR 608dead1fe Update to Jekyll v3.0.0.
[skip sauce]
2015-10-29 08:12:33 +02:00
Chris Rebert ee34e924dd IE10 Mobile viewport bug workaround: document.querySelector('head') => document.head
Per http://caniuse.com/#feat=documenthead , document.head is supported in IE Mobile 10+,
so slightly simplify the JS accordingly.

[skip sauce]
2015-10-28 15:09:57 -07:00
Chris Rebert 4c69af22fd Remove http://wkbug.com/149935 from Wall of Browser Bugs
It's been fixed in WebKit Nightly!
See https://trac.webkit.org/changeset/191623 and http://wkbug.com/149366
Refs #17438, #14237

[ci skip]
2015-10-28 13:03:40 -07:00
XhmikosR ec0c83f76b Merge pull request #17919 from marciovicente/v4-dev
Adding autocomplete attribute in docs input search
2015-10-27 21:06:33 +02:00
Chris Rebert 5ee0d22856 Capitalize header cells in option and method tables of JS docs
[skip sauce]
2015-10-27 11:42:41 -07:00
Kevin Kirsche 936a3d5b34 Change "$use-hover..." to proper "$enable-hover..."
Fix #18076
2015-10-27 09:40:23 -04:00
XhmikosR 9dfb999fae Run `grunt`.
[ci skip]
2015-10-27 07:31:49 +02:00
Chris Rebert d47c353554 Merge pull request #18069 from davidjb/patch-3
Minor grammar tidy-up on Utilities doc page
[skip]
2015-10-26 18:20:19 -07:00
David Beitey c88d40dc5c Minor wording tidy-up on Utilities doc page 2015-10-27 11:12:19 +10:00
Chris Rebert 152c491898 https://webkit.org/b/150271 has been fixed!
See http://trac.webkit.org/changeset/191610
Refs #17913
[ci skip]
2015-10-26 16:44:21 -07:00
Chris Rebert aedf1f9ad9 Merge pull request #17804 from audionerd/patch-1
Update typography docs re: global vars
[skip sauce]
2015-10-26 14:37:00 -07:00
Chris Rebert 944dce1c62 Merge pull request #18055 from davidjb/patch-2
Use Jekyll configuration for blog/slack URLs
[skip sauce]
2015-10-26 14:36:21 -07:00
XhmikosR b0aa10219c Merge pull request #17494 from twbs/v4-dev-xmr-jquery-2.x
Switch to jQuery 2.x.x.
2015-10-26 23:26:02 +02:00
David Beitey 1f379a12ca Use Jekyll configuration for blog/slack URLs
This reuses the existing URLs in the docs Jekyll configuration rather than hard coding.
2015-10-26 10:38:56 +10:00
Chris Rebert 2332a3f536 http://crbug.com/544290 was marked duplicate of http://crbug.com/523282
Refs #17913
[ci skip]
2015-10-25 16:33:39 -07:00
Chris Rebert e929001260 Merge pull request #18050 from tshinnic/v4_docs_navbar_scheme_name_typos_1
v4 docs Missed navbar color scheme name changes
2015-10-24 21:27:46 -07:00
Thomas Shinnick af83f80a9b v4 docs Missed navbar color scheme name changes
Change d6b6a20a0d missed two doc mentions
of the previous names when changing to new:
    .navbar-default  -->  .navbar-light
    .navbar-inverse  -->  .navbar-dark
2015-10-24 22:19:34 -05:00
XhmikosR a50849f61b Switch to jQuery 2.1.4.
Now that we don't support IE 8 it's safe to do that.
2015-10-24 19:09:33 +03:00
XhmikosR 270c0b1470 Run `grunt`. 2015-10-24 19:02:32 +03:00
Zeno Rocha e4590aca61 Fix the remaining issues for the clipboard.js switch. 2015-10-24 19:01:03 +03:00
XhmikosR c343b9f59d Replace ZeroClipboard with clipboard.js.
Things left:
1. clear the selection after copy
2. add messages for success and error
2015-10-24 19:01:02 +03:00
Thomas Shinnick e544bf4cf8 Remove unnecessary .bd-popover class from docs
Also one spelling typo corrected.

Closes #18043
2015-10-23 23:20:43 -07:00
Chris Rebert 4461884f69 Rename docs-specific static tooltip/popover classes for clarity; refs #18043
[skip sauce]
2015-10-23 23:17:19 -07:00
Chris Rebert 3bc5fb947d Port #17729 to v4: Add SRI hashes to CDN links in docs
[skip sauce]
2015-10-23 22:35:22 -07:00
Chris Rebert a19bcaef96 grunt dist 2015-10-23 12:06:24 -07:00
Chris Rebert dd78e75991 docs/getting-started/javascript.md: Hyperlink preventDefault() mention
[skip sauce]
2015-10-19 23:45:26 -07:00
Chris Rebert 5b113b2c71 Anonymous table bug is still present in Safari 9.0, but should be fixed in the next version 2015-10-19 19:27:37 -07:00
Thomas Shinnick 5b71753763 Fix three small typos 2015-10-19 11:37:19 -05:00
Chris Rebert 44fbe4282f Add #17913 to Wall of Browser Bugs
Refs https://code.google.com/p/chromium/issues/detail?id=544290
Refs https://bugs.webkit.org/show_bug.cgi?id=150271
Closes #17913
[ci skip]
2015-10-17 00:39:45 -07:00
Peshkov, Igor 9598f98a48 Fix docs for tooltips. 2015-10-16 15:24:53 +03:00
Patrick H. Lauke 68189e2269 Add "keyboard users" to heading for `sr-only-focusable` 2015-10-16 00:57:49 +01:00
Patrick H. Lauke 9302fd4fd4 Remove redundant `.sr-only` text for Close buttons
Since `aria-label` is used, it's not necessary anymore.
2015-10-16 00:56:59 +01:00
Marcio Vicente c46d1d65f1 Adding autocomplete attribute in docs input search 2015-10-13 22:56:54 -03:00
XhmikosR 724bf86288 Run `grunt`.
[ci skip]
2015-10-14 00:49:31 +03:00
Mark Otto ee4a7f384e Merge pull request #17817 from kkirsche/patch-29
Remove double bottom border on sub header in dashboard example
2015-10-13 00:32:10 -07:00
Mark Otto abe9922fc7 Merge pull request #17896 from twbs/text-capitalize-doc
Tweak .text-capitalize example to show what happens to interior capital letters
2015-10-13 00:31:27 -07:00
Mark Otto ffc38b3376 Merge pull request #17900 from kkirsche/patch-34
Use .blockquote class in V4 examples page
2015-10-13 00:30:49 -07:00
Chris Rebert 9a3d72f659 Add Wall of Browser Bugs entry for #14975
See https://bugs.webkit.org/show_bug.cgi?id=150079
Closes #14975
[ci skip]
2015-10-12 19:11:30 -07:00
Chris Rebert 5a1bfc0655 http://wkbug.com/138167 has been fixed!
See http://trac.webkit.org/changeset/190893
Refs #9774, #14907
[ci skip]
2015-10-12 16:20:53 -07:00
Kevin Kirsche a05008cb09 Use .blockquote class in V4 examples page
Fix #17888
2015-10-12 16:56:01 -04:00
Chris Rebert 684300058e Tweak .text-capitalize example to show what happens to interior capital letters; refs #17893
[ci skip]
2015-10-12 11:18:11 -07:00
Chris Rebert ba16aa44d0 Mention ScrollPos-Styler in the migration docs; closes #17819 2015-10-11 15:32:53 -07:00
Chris Rebert b301129f02 Add docs for #17710 2015-10-11 15:20:12 -07:00