@@ -1815,49 +1815,22 @@ <h2 class="no-num" id="index">Index</h2>
18151815 < h2 class ="no-num " id ="property-index "> Property index</ h2 >
18161816 <!-- properties -->
18171817
1818+ <!-- template markup for issues pulled from Bugzilla -->
1819+ < script type ="text/template " id ="issue-template ">
1820+ < div class = "issue-marker" data-bug_id = "{{bug_id}}" data-bug_status = "{{bug_status}}" >
1821+ < a href = "https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}" > Bug-{ { bug_id} } </ a >
1822+ < div class = "issue-details" >
1823+ < p class = "short-desc" > { { short_desc} } </ p >
1824+ </ div >
1825+ </ div >
1826+ </ script >
18181827
1819- <!-- template markup for issues pulled from Bugzilla -->
1820- <!--
1821- <script type="text/template" id="issue-template">
1822- <div class="issue-marker" style="display:none" data-bug_id="{{bug_id}}" data-bug_status="{{bug_status}}">
1823- <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}">Bug-{{bug_id}}</a>
1824- <div class="issue-details">
1825- <p class="short-desc">{{short_desc}}</p>
1826- </div>
1827- </div>
1828- </script>
1829-
1830- <script type="text/javascript" src="../shared/scripts/BugzillaTrackerUtil.js"></script>
1831- <script type="text/javascript" src="../shared/scripts/BugzillaTracker.js"></script>
1832- <script type="text/javascript">
1833- checkSpecificationIssues('CSS', 'Exclusions');
1834- </script>
1835-
1836-
1837- <div id="issue-manager">
1838- <h2>Issue manager</h2>
1839- <form action="#">
1840- <label>
1841- <input type="radio" name="issue-filter" value="all" checked/>
1842- All issues
1843- </label>
1844- <label>
1845- <input type="radio" name="issue-filter" value="updated" />
1846- Updated issues
1847- </label>
1848- <label>
1849- <input type="radio" name="issue-filter" value="new" />
1850- New issues
1851- </label>
1852- </form>
1853- -->
1854- <!-- all the bugs are dumped the #issue-list after being retreived and matched to the ones in the page -->
1855- <!--
1856- <div id="issue-list">
1857-
1858- </div>
1859- </div>
1860- -->
1828+ < script type ="text/javascript " src ="../shared/scripts/BugzillaTrackerUtil.js "> </ script >
1829+ < script type ="text/javascript " src ="../shared/scripts/BugzillaTracker.js "> </ script >
1830+ < script type ="text/javascript ">
1831+ checkSpecificationIssues ( 'CSS' , 'Regions' ) ;
1832+ </ script >
1833+
18611834 < h2 class ="no-num " id ="change-log "> Change Log</ h2 >
18621835
18631836 < h3 > Since < a href ="http://www.w3.org/TR/2011/WD-css3-exclusions-20111213/ "> December 13th 2011</ h3 >
0 commit comments