Skip to content

Commit 80baa70

Browse files
committed
Now use the shared fonts, style and scripts
1 parent 2a2d671 commit 80baa70

26 files changed

Lines changed: 98 additions & 1010 deletions

css3-exclusions/Exclusions.src.html

Lines changed: 53 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,10 @@
33
<head profile="http://www.w3.org/2006/03/hcard">
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<title>CSS Exclusions and Shapes Module Level 3</title>
6-
<link rel="stylesheet" type="text/css" href="../default.css" />
6+
<link rel="stylesheet" type="text/css" href="../shared/style/default.css" />
77

88

99
<style type="text/css">
10-
11-
/* Alternate stylesheet fonts are here because in some browsers (Opera 11.5) */
12-
/* The fonts are not applied if only loaded from the alternate stylesheet */
13-
14-
/* License font the following two fonts: fonts/Droid-Serif-fontfacekit/Google Android License.txt */
15-
@import url(fonts/Droid-Serif-fontfacekit/stylesheet.css);
16-
@import url(fonts/Droid-Sans-Mono-fontfacekit/stylesheet.css);
17-
1810
.singleImgExample {
1911
display: block;
2012
margin: auto;
@@ -60,53 +52,19 @@
6052
.issue-marker a:link {
6153
padding-left: 0.5em;
6254
}
63-
}
64-
65-
.issue-marker {
66-
background:#eee;
67-
border:1px solid #ddd;
68-
font-size: 1em;
69-
}
70-
71-
.issue-marker.wrapper {
72-
background: none;
73-
border: none;
74-
}
75-
76-
.issue-marker a:link {
77-
color: #c00;
78-
background: none;
79-
font-weight: normal;
80-
padding-right: 0.5em;
81-
}
82-
83-
.issue-details {
84-
padding:0.5em;
85-
font-size: 0.8em;
86-
line-height: 1.5;
87-
}
88-
89-
.issue-details p{
90-
padding:0;
91-
margin:0;
92-
}
93-
94-
.issue-details .status{
95-
background:#333;
96-
color:white;
97-
float:left;
98-
padding:0.15em 0.8em;
99-
font-size:0.8em;
100-
margin-right:0.8em;
101-
text-transform:uppercase;
10255
}
10356

104-
</style>
105-
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" />
106-
107-
<link id="st" href="../alternate-spec-style.css" rel="stylesheet"
108-
type="text/css" title="alternate spec styles">
57+
</style>
58+
59+
<link rel="stylesheet" type="text/css"
60+
href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
10961

62+
<link rel="stylesheet" type="text/css"
63+
href="../shared/style/issues.css">
64+
65+
<link id="st" href="../shared/style/alternate-spec-style.css" rel="stylesheet"
66+
type="text/css" title="alternate spec style">
67+
11068

11169
</head>
11270
<body>
@@ -1747,7 +1705,47 @@ <h2 class="no-num" id="index">Index</h2>
17471705
<!--index-->
17481706
<h2 class="no-num" id="property-index">Property index</h2>
17491707
<!-- properties -->
1750-
1708+
1709+
1710+
<!-- template markup for issues pulled from Bugzilla -->
1711+
<script type="text/template" id="issue-template">
1712+
<div class="issue-marker" style="display:none" data-bug_id="{{bug_id}}" data-bug_status="{{bug_status}}">
1713+
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}">Bug-{{bug_id}}</a>
1714+
<div class="issue-details">
1715+
<p class="short-desc">{{short_desc}}</p>
1716+
</div>
1717+
</div>
1718+
</script>
1719+
1720+
<script type="text/javascript" src="../shared/scripts/BugzillaTrackerUtil.js"></script>
1721+
<script type="text/javascript" src="../shared/scripts/BugzillaTracker.js"></script>
1722+
<script type="text/javascript">
1723+
checkSpecificationIssues('CSS', 'Exclusions');
1724+
</script>
1725+
1726+
1727+
<div id="issue-manager">
1728+
<h2>Issue manager</h2>
1729+
<form action="#">
1730+
<label>
1731+
<input type="radio" name="issue-filter" value="all" checked/>
1732+
All issues
1733+
</label>
1734+
<label>
1735+
<input type="radio" name="issue-filter" value="updated" />
1736+
Updated issues
1737+
</label>
1738+
<label>
1739+
<input type="radio" name="issue-filter" value="new" />
1740+
New issues
1741+
</label>
1742+
</form>
1743+
1744+
<!-- all the bugs are dumped the #issue-list after being retreived and matched to the ones in the page -->
1745+
<div id="issue-list">
1746+
1747+
</div>
1748+
</div>
17511749
<h2 class="no-num" id="change-log">Change Log</h2>
17521750

17531751
<h3>Since <a href="http://www.w3.org/TR/2011/WD-css3-exclusions-20111213/">December 13th 2011</h3>
@@ -1756,6 +1754,7 @@ <h3>Since <a href="http://www.w3.org/TR/2011/WD-css3-exclusions-20111213/">Decem
17561754
<li>Clarified interaction with floats</li>
17571755
<li>Clarified that an exclusion element establishes a new block formatting context</li>
17581756
</ul>
1757+
17591758
</body>
17601759
</html>
17611760
<!-- Keep this comment at the end of the file

css3-exclusions/Overview.html

Lines changed: 45 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,9 @@
66
content="text/html; charset=utf-8" http-equiv=Content-Type>
77

88
<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">
1010

1111
<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-
2012
.singleImgExample {
2113
display: block;
2214
margin: auto;
@@ -62,52 +54,14 @@
6254
.issue-marker a:link {
6355
padding-left: 0.5em;
6456
}
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;
10457
}
10558

10659
</style>
10760
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
10861
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">
11165

11266
<body>
11367
<div class=head id=div-head>
@@ -120,14 +74,14 @@
12074

12175
<h1 id=css-exclusions-module>CSS Exclusions and Shapes Module Level 3</h1>
12276

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>
12478

12579
<dl>
12680
<dt>This version:
12781

12882
<dd><a
12983
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>-->
13185

13286
<dt>Latest version:
13387

@@ -422,9 +376,12 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
422376

423377
<li class=no-num><a href="#property-index">Property index</a>
424378

379+
<li><a href="#issue-manager0"><span class=secno>6. </span>Issue
380+
manager</a>
381+
425382
<li class=no-num><a href="#change-log">Change Log</a>
426383
<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.
428385
</span>Since December 13th 2011</a>
429386
</ul>
430387
</ul>
@@ -2703,10 +2660,44 @@ <h2 class=no-num id=property-index>Property index</h2>
27032660
<td>visual
27042661
</table>
27052662
<!--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(&lsquo;</script>
2681+
2682+
<p><code class=property>CSS</code>&rsquo;, &lsquo;<code
2683+
class=property>Exclusions</code>&rsquo;);
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>
27062697

27072698
<h2 class=no-num id=change-log>Change Log</h2>
27082699

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
27102701
href="http://www.w3.org/TR/2011/WD-css3-exclusions-20111213/">December
27112702
13th 2011</a></h3>
27122703

Binary file not shown.

0 commit comments

Comments
 (0)