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