From 58aca2823404d6dc18fd44ae15f7ff2f34f64705 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 8 Jul 2016 00:19:12 -0700 Subject: Move browser feature requests to new "Most wanted features" section --- docs/browser-bugs.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'docs/browser-bugs.md') diff --git a/docs/browser-bugs.md b/docs/browser-bugs.md index 57751c4d7..00b79391d 100644 --- a/docs/browser-bugs.md +++ b/docs/browser-bugs.md @@ -38,3 +38,32 @@ See also: + +# Most wanted features + +There are several features specified in Web standards which would allow us to make Bootstrap more robust, elegant, or performant, but aren't yet implemented in certain browsers, thus preventing us from taking advantage of them. + +We publicly list these "most wanted" feature requests here, in the hopes of expediting the process of getting them implemented. + +
+ + + + + + + + + + + {% for feat in site.data.browser-features %} + + + + + + + {% endfor %} + +
Browser(s)Summary of featureUpstream issue(s)Bootstrap issue(s)
{{ feat.browser }}{{ feat.summary | markdownify | bugify }}{{ feat.upstream_bug | bugify }}{{ feat.origin | bugify }}
+
-- cgit v1.2.3 From 610a08905424d8bdf919dfbba1fcb837ad88c995 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 13 Jul 2016 22:21:10 -0700 Subject: Wall of Browser Bugs: Link to WebKit meta-bug (#20299) https://bugs.webkit.org/show_bug.cgi?id=159753 [skip sauce] --- docs/browser-bugs.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/browser-bugs.md') diff --git a/docs/browser-bugs.md b/docs/browser-bugs.md index 00b79391d..eefeb86cf 100644 --- a/docs/browser-bugs.md +++ b/docs/browser-bugs.md @@ -14,6 +14,7 @@ See also: * [Chromium issue 536263: [meta] Issues affecting Bootstrap](https://code.google.com/p/chromium/issues/detail?id=536263) * [Mozilla bug 1230801: Fix the issues that affect Bootstrap](https://bugzilla.mozilla.org/show_bug.cgi?id=1230801) +* [WebKit bug 159753: [meta] Issues affecting Bootstrap](https://bugs.webkit.org/show_bug.cgi?id=159753) * [jQuery's browser bug workarounds](https://docs.google.com/document/d/1LPaPA30bLUB_publLIMF0RlhdnPx_ePXm7oW02iiT6o)
-- cgit v1.2.3 From 2e69dfa8c1679238579ef6f5ec85deb755e4fb6d Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Tue, 4 Oct 2016 02:55:59 +1000 Subject: Fix broken/redirected links, moving to HTTPS where possible. (#20557) --- docs/browser-bugs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/browser-bugs.md') diff --git a/docs/browser-bugs.md b/docs/browser-bugs.md index eefeb86cf..a026432c1 100644 --- a/docs/browser-bugs.md +++ b/docs/browser-bugs.md @@ -32,7 +32,7 @@ See also: {{ bug.browser }} {{ bug.summary | markdownify | bugify }} - {{ bug.upstream_bug | bugify }} + {{ bug.upstream_bug | bugify }} {{ bug.origin | bugify }} {% endfor %} -- cgit v1.2.3