Skip to content

Commit 93fd636

Browse files
committed
Fixed issue with disabled attribute on <link> element.
1 parent 317808b commit 93fd636

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

css3-transforms/Overview.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
<link href=default.css rel=stylesheet type="text/css">
1010
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
1111
type="text/css">
12-
<link disabled href=alternate-spec-style.css id=st
13-
rel="alternate stylesheet" title="additional spec styles" type="text/css">
14-
<script src=style-toggle.js type="text/javascript"></script>
12+
<link href=alternate-spec-style.css id=st rel=stylesheet
13+
title="additional spec styles" type="text/css">
1514

1615
<style type="text/css">
1716

@@ -87,20 +86,20 @@
8786

8887
<h1>CSS transforms</h1>
8988

90-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 October
89+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 November
9190
2011</h2>
9291

9392
<dl>
9493
<dt>This version:
9594

9695
<dd> <a
97-
href="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20111029/">http://dev.w3.org/csswg/css3-2d-transforms/</a>
98-
<!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20111029-->
96+
href="http://www.w3.org/TR/2011/ED-css3-2d-transforms-20111128/">http://dev.w3.org/csswg/css3-2d-transforms/</a>
97+
<!--http://www.w3.org/TR/2011/WD-css3-2d-transforms-20111128-->
9998

10099
<dt>Latest version:
101100

102101
<dd><a
103-
href="http://www.w3.org/TR/css3-2d-transforms">http://www.w3.org/TR/css3-2d-transforms</a>
102+
href="http://www.w3.org/TR/css3-2d-transforms">http://www.w3.org/TR/css3-2d-transforms/</a>
104103

105104

106105
<dt>Previous version:

css3-transforms/Transforms.src.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css" />
88

99

10-
<link id="st" href="alternate-spec-style.css" rel="alternate stylesheet"
11-
type="text/css" disabled title="additional spec styles">
12-
13-
<script type="text/javascript" src="style-toggle.js"></script>
10+
<link id="st" href="alternate-spec-style.css" rel="stylesheet"
11+
type="text/css" title="additional spec styles">
1412

1513
<style type="text/css">
1614

0 commit comments

Comments
 (0)