From e335e64268168cf4aeb64234dea0138c06be2bfe 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 Ports 58aca2823404d6dc18fd44ae15f7ff2f34f64705 to v3 --- docs/browser-bugs.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'docs/browser-bugs.html') diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index bb04c2d08..7ad42bac3 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -42,3 +42,33 @@ fullwidth: true + +
+

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