|
40 | 40 |
|
41 | 41 | <h1 id=css-exclusions-module>CSS Exclusions and Shapes Module Level 3</h1> |
42 | 42 |
|
43 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 April 2012</h2> |
| 43 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 May 2012</h2> |
44 | 44 |
|
45 | 45 | <dl> |
46 | 46 | <dt>This version: |
47 | 47 |
|
48 | 48 | <dd><a |
49 | 49 | href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a></dd> |
50 | | - <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120427/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120427/</a></dd>--> |
| 50 | + <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120510/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120510/</a></dd>--> |
51 | 51 |
|
52 | 52 | <dt>Latest version: |
53 | 53 |
|
@@ -2473,20 +2473,20 @@ <h3 class=no-num id=other-references>Other references</h3> |
2473 | 2473 | <dt id=CSS3-FLEXBOX>[CSS3-FLEXBOX] |
2474 | 2474 |
|
2475 | 2475 | <dd>Tab Atkins Jr.; Alex Mogilevsky; L. David Baron. <a |
2476 | | - href="http://www.w3.org/TR/2011/WD-css3-flexbox-20111129/"><cite>CSS |
2477 | | - Flexible Box Layout Module.</cite></a> 29 November 2011. W3C Working |
2478 | | - Draft. (Work in progress.) URL: <a |
2479 | | - href="http://www.w3.org/TR/2011/WD-css3-flexbox-20111129/">http://www.w3.org/TR/2011/WD-css3-flexbox-20111129/</a> |
| 2476 | + href="http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/"><cite>CSS |
| 2477 | + Flexible Box Layout Module.</cite></a> 22 March 2012. W3C Working Draft. |
| 2478 | + (Work in progress.) URL: <a |
| 2479 | + href="http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/</a> |
2480 | 2480 | </dd> |
2481 | 2481 | <!----> |
2482 | 2482 |
|
2483 | 2483 | <dt id=CSS3-GRID-LAYOUT>[CSS3-GRID-LAYOUT] |
2484 | 2484 |
|
2485 | 2485 | <dd>Alex Mogilevsky; et al. <a |
2486 | | - href="http://www.w3.org/TR/2011/WD-css3-grid-layout-20110407"><cite>Grid |
2487 | | - Layout.</cite></a> 7 April 2011. W3C Working Draft. (Work in progress.) |
2488 | | - URL: <a |
2489 | | - href="http://www.w3.org/TR/2011/WD-css3-grid-layout-20110407">http://www.w3.org/TR/2011/WD-css3-grid-layout-20110407</a> |
| 2486 | + href="http://www.w3.org/TR/2012/WD-css3-grid-layout-20120322/"><cite>CSS |
| 2487 | + Grid Layout.</cite></a> 22 March 2012. W3C Working Draft. (Work in |
| 2488 | + progress.) URL: <a |
| 2489 | + href="http://www.w3.org/TR/2012/WD-css3-grid-layout-20120322/">http://www.w3.org/TR/2012/WD-css3-grid-layout-20120322/</a> |
2490 | 2490 | </dd> |
2491 | 2491 | <!----> |
2492 | 2492 | </dl> |
@@ -2768,47 +2768,26 @@ <h2 class=no-num id=property-index>Property index</h2> |
2768 | 2768 | </table> |
2769 | 2769 | <!--end-properties--> |
2770 | 2770 | <!-- template markup for issues pulled from Bugzilla --> |
2771 | | - <!-- |
2772 | | - <script type="text/template" id="issue-template"> |
2773 | | - <div class="issue-marker" style="display:none" data-bug_id="{{bug_id}}" data-bug_status="{{bug_status}}"> |
2774 | | - <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}">Bug-{{bug_id}}</a> |
2775 | | - <div class="issue-details"> |
2776 | | - <p class="short-desc">{{short_desc}}</p> |
2777 | | - </div> |
2778 | | - </div> |
2779 | | - </script> |
2780 | | -
|
2781 | | - <script type="text/javascript" src="../shared/scripts/BugzillaTrackerUtil.js"></script> |
2782 | | - <script type="text/javascript" src="../shared/scripts/BugzillaTracker.js"></script> |
2783 | | - <script type="text/javascript"> |
2784 | | - checkSpecificationIssues('CSS', 'Exclusions'); |
| 2771 | + <script id=issue-template type="text/template"> |
2785 | 2772 | </script> |
2786 | 2773 |
|
2787 | | -
|
2788 | | - <div id="issue-manager"> |
2789 | | - <h2>Issue manager</h2> |
2790 | | - <form action="#"> |
2791 | | - <label> |
2792 | | - <input type="radio" name="issue-filter" value="all" checked/> |
2793 | | - All issues |
2794 | | - </label> |
2795 | | - <label> |
2796 | | - <input type="radio" name="issue-filter" value="updated" /> |
2797 | | - Updated issues |
2798 | | - </label> |
2799 | | - <label> |
2800 | | - <input type="radio" name="issue-filter" value="new" /> |
2801 | | - New issues |
2802 | | - </label> |
2803 | | - </form> |
2804 | | ---> |
2805 | | - <!-- all the bugs are dumped the #issue-list after being retreived and matched to the ones in the page --> |
2806 | | - <!-- |
2807 | | - <div id="issue-list"> |
2808 | | -
|
2809 | | - </div> |
2810 | | - </div> |
2811 | | ---> |
| 2774 | + <div class=issue-marker data-bug_id="{{bug_id}}" |
| 2775 | + data-bug_status="{{bug_status}}"> <a |
| 2776 | + href="https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}">Bug-{{bug_id}}</a> |
| 2777 | + |
| 2778 | + <div class=issue-details> |
| 2779 | + <p class=short-desc>{{short_desc}}</p> |
| 2780 | + </div> |
| 2781 | + </div> |
| 2782 | + <script src="../shared/scripts/BugzillaTrackerUtil.js" |
| 2783 | + type="text/javascript"></script> |
| 2784 | + <script src="../shared/scripts/BugzillaTracker.js" |
| 2785 | + type="text/javascript"></script> |
| 2786 | + <script type="text/javascript"> |
| 2787 | + checkSpecificationIssues(‘</script> |
| 2788 | + |
| 2789 | + <p><code class=property>CSS</code>’, ‘<code |
| 2790 | + class=property>Regions</code>’); |
2812 | 2791 |
|
2813 | 2792 | <h2 class=no-num id=change-log>Change Log</h2> |
2814 | 2793 |
|
|
0 commit comments