diff options
| author | Chris Rebert <[email protected]> | 2016-07-08 00:19:12 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-07-11 20:03:59 -0700 |
| commit | e335e64268168cf4aeb64234dea0138c06be2bfe (patch) | |
| tree | 9662ec2ce3768a4a1383fefdcf4ad706e4a087d7 /docs/browser-bugs.html | |
| parent | d4805c2c3dcae527ca3948bc93373e2d56068633 (diff) | |
| download | bootstrap-e335e64268168cf4aeb64234dea0138c06be2bfe.tar.xz bootstrap-e335e64268168cf4aeb64234dea0138c06be2bfe.zip | |
Move browser feature requests to new "Most wanted features" section
Ports 58aca2823404d6dc18fd44ae15f7ff2f34f64705 to v3
Diffstat (limited to 'docs/browser-bugs.html')
| -rw-r--r-- | docs/browser-bugs.html | 30 |
1 files changed, 30 insertions, 0 deletions
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 </table> </div> </div> + +<div class="bs-docs-section"> + <h1 id="most-wanted" class="page-header">Most wanted features</h1> + + <p class="lead">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.</p> + <p>We publicly list these "most wanted" feature requests here, in the hopes of expediting the process of getting them implemented.</p> + + <div class="table-responsive"> + <table class="bs-docs-browser-bugs table table-bordered table-hover"> + <thead> + <tr> + <th>Browser(s)</th> + <th>Summary of feature</th> + <th>Upstream issue(s)</th> + <th>Bootstrap issue(s)</th> + </tr> + </thead> + <tbody> + {% for feat in site.data.browser-features %} + <tr> + <td>{{ feat.browser }}</td> + <td>{{ feat.summary | markdownify | bugify }}</td> + <td>{{ feat.upstream_bug | bugify }}</td> + <td>{{ feat.origin | bugify }}</td> + </tr> + {% endfor %} + </tbody> + </table> + </div> +</div> |
