Policy 1707 commit to LF
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / CSS / bootstrap / docs / browser-bugs.html
1 ---
2 layout: default
3 title: Wall of browser bugs
4 slug: browser-bugs
5 lead: "A list of the browser bugs that Bootstrap is currently grappling with."
6 fullwidth: true
7 ---
8
9
10 <div class="bs-docs-section">
11   <h1 id="browser-bugs" class="page-header">Browser bugs</h1>
12
13   <p class="lead">Bootstrap currently works around several outstanding browser bugs in major browsers to deliver the best cross-browser experience possible. Some bugs, like those listed below, cannot be solved by us.</p>
14   <p>We publicly list browser bugs that are impacting us here, in the hopes of expediting the process of fixing them. For information on Bootstrap's browser compatibility, <a href="../getting-started/#support">see our browser compatibility docs</a>.</p>
15
16   <div class="table-responsive">
17     <table class="bs-docs-browser-bugs table table-bordered table-hover">
18       <thead>
19         <tr>
20           <th>Browser(s)</th>
21           <th>Summary of bug</th>
22           <th>Upstream bug(s)</th>
23           <th>Bootstrap issue(s)</th>
24         </tr>
25       </thead>
26       <tbody>
27         {% for bug in site.data.browser-bugs %}
28         <tr>
29           <td>{{ bug.browser }}</td>
30           <td>{{ bug.summary | markdownify | bugify }}</td>
31           <td>{{ bug.upstream_bug | bugify }}</td>
32           <td>{{ bug.origin | bugify }}</td>
33         </tr>
34         {% endfor %}
35       </tbody>
36     </table>
37   </div>
38 </div>