|
6 | 6 | content="text/html; charset=utf-8" http-equiv=Content-Type> |
7 | 7 |
|
8 | 8 | <title>CSS Exclusions and Shapes Module Level 3</title> |
9 | | - <link href="../default.css" rel=stylesheet type="text/css"> |
| 9 | + <link href="../shared/style/default.css" rel=stylesheet type="text/css"> |
10 | 10 |
|
11 | 11 | <style type="text/css"> |
12 | | - |
13 | | - /* Alternate stylesheet fonts are here because in some browsers (Opera 11.5) */ |
14 | | - /* The fonts are not applied if only loaded from the alternate stylesheet */ |
15 | | - |
16 | | - /* License font the following two fonts: fonts/Droid-Serif-fontfacekit/Google Android License.txt */ |
17 | | - @import url(fonts/Droid-Serif-fontfacekit/stylesheet.css); |
18 | | - @import url(fonts/Droid-Sans-Mono-fontfacekit/stylesheet.css); |
19 | | - |
20 | 12 | .singleImgExample { |
21 | 13 | display: block; |
22 | 14 | margin: auto; |
|
62 | 54 | .issue-marker a:link { |
63 | 55 | padding-left: 0.5em; |
64 | 56 | } |
65 | | - } |
66 | | - |
67 | | - .issue-marker { |
68 | | - background:#eee; |
69 | | - border:1px solid #ddd; |
70 | | - font-size: 1em; |
71 | | - } |
72 | | - |
73 | | - .issue-marker.wrapper { |
74 | | - background: none; |
75 | | - border: none; |
76 | | - } |
77 | | - |
78 | | - .issue-marker a:link { |
79 | | - color: #c00; |
80 | | - background: none; |
81 | | - font-weight: normal; |
82 | | - padding-right: 0.5em; |
83 | | - } |
84 | | - |
85 | | - .issue-details { |
86 | | - padding:0.5em; |
87 | | - font-size: 0.8em; |
88 | | - line-height: 1.5; |
89 | | - } |
90 | | - |
91 | | - .issue-details p{ |
92 | | - padding:0; |
93 | | - margin:0; |
94 | | - } |
95 | | - |
96 | | - .issue-details .status{ |
97 | | - background:#333; |
98 | | - color:white; |
99 | | - float:left; |
100 | | - padding:0.15em 0.8em; |
101 | | - font-size:0.8em; |
102 | | - margin-right:0.8em; |
103 | | - text-transform:uppercase; |
104 | 57 | } |
105 | 58 |
|
106 | 59 | </style> |
107 | 60 | <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet |
108 | 61 | type="text/css"> |
109 | | - <link href="../alternate-spec-style.css" id=st rel=stylesheet |
110 | | - title="alternate spec styles" type="text/css"> |
| 62 | + <link href="../shared/style/issues.css" rel=stylesheet type="text/css"> |
| 63 | + <link href="../shared/style/alternate-spec-style.css" id=st rel=stylesheet |
| 64 | + title="alternate spec style" type="text/css"> |
111 | 65 |
|
112 | 66 | <body> |
113 | 67 | <div class=head id=div-head> |
|
120 | 74 |
|
121 | 75 | <h1 id=css-exclusions-module>CSS Exclusions and Shapes Module Level 3</h1> |
122 | 76 |
|
123 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 April 2012</h2> |
| 77 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2012</h2> |
124 | 78 |
|
125 | 79 | <dl> |
126 | 80 | <dt>This version: |
127 | 81 |
|
128 | 82 | <dd><a |
129 | 83 | href="http://dev.w3.org/csswg/css3-exclusions/">http://dev.w3.org/csswg/css3-exclusions/</a></dd> |
130 | | - <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120417/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120417/</a></dd>--> |
| 84 | + <!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-exclusions-20120420/">http://www.w3.org/TR/2012/WD-css3-exclusions-20120420/</a></dd>--> |
131 | 85 |
|
132 | 86 | <dt>Latest version: |
133 | 87 |
|
@@ -422,9 +376,12 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2> |
422 | 376 |
|
423 | 377 | <li class=no-num><a href="#property-index">Property index</a> |
424 | 378 |
|
| 379 | + <li><a href="#issue-manager0"><span class=secno>6. </span>Issue |
| 380 | + manager</a> |
| 381 | + |
425 | 382 | <li class=no-num><a href="#change-log">Change Log</a> |
426 | 383 | <ul class=toc> |
427 | | - <li><a href="#since-december-13th-2011"><span class=secno>5.7. |
| 384 | + <li><a href="#since-december-13th-2011"><span class=secno>6.1. |
428 | 385 | </span>Since December 13th 2011</a> |
429 | 386 | </ul> |
430 | 387 | </ul> |
@@ -2703,10 +2660,44 @@ <h2 class=no-num id=property-index>Property index</h2> |
2703 | 2660 | <td>visual |
2704 | 2661 | </table> |
2705 | 2662 | <!--end-properties--> |
| 2663 | + <!-- template markup for issues pulled from Bugzilla --> |
| 2664 | + <script id=issue-template type="text/template"> |
| 2665 | + </script> |
| 2666 | + |
| 2667 | + <div class=issue-marker data-bug_id="{{bug_id}}" |
| 2668 | + data-bug_status="{{bug_status}}" style="display:none"> <a |
| 2669 | + href="https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}">Bug-{{bug_id}}</a> |
| 2670 | + |
| 2671 | + <div class=issue-details> |
| 2672 | + <p class=short-desc>{{short_desc}}</p> |
| 2673 | + </div> |
| 2674 | + </div> |
| 2675 | + <script src="../shared/scripts/BugzillaTrackerUtil.js" |
| 2676 | + type="text/javascript"></script> |
| 2677 | + <script src="../shared/scripts/BugzillaTracker.js" |
| 2678 | + type="text/javascript"></script> |
| 2679 | + <script type="text/javascript"> |
| 2680 | + checkSpecificationIssues(‘</script> |
| 2681 | + |
| 2682 | + <p><code class=property>CSS</code>’, ‘<code |
| 2683 | + class=property>Exclusions</code>’); |
| 2684 | + |
| 2685 | + <div id=issue-manager> |
| 2686 | + <h2 id=issue-manager0><span class=secno>6. </span>Issue manager</h2> |
| 2687 | + |
| 2688 | + <form action="#"></form> |
| 2689 | + <label> <input checked name=issue-filter type=radio value=all> All issues |
| 2690 | + </label> <label> <input name=issue-filter type=radio value=updated> |
| 2691 | + Updated issues </label> <label> <input name=issue-filter type=radio |
| 2692 | + value=new> New issues </label> |
| 2693 | + <!-- all the bugs are dumped the #issue-list after being retreived and matched to the ones in the page --> |
| 2694 | + |
| 2695 | + <div id=issue-list></div> |
| 2696 | + </div> |
2706 | 2697 |
|
2707 | 2698 | <h2 class=no-num id=change-log>Change Log</h2> |
2708 | 2699 |
|
2709 | | - <h3 id=since-december-13th-2011><span class=secno>5.7. </span>Since <a |
| 2700 | + <h3 id=since-december-13th-2011><span class=secno>6.1. </span>Since <a |
2710 | 2701 | href="http://www.w3.org/TR/2011/WD-css3-exclusions-20111213/">December |
2711 | 2702 | 13th 2011</a></h3> |
2712 | 2703 |
|
|
0 commit comments