Skip to content

Commit 424db19

Browse files
committed
[css-animations-1] Fix link defaults, CSS
1 parent d4ce64f commit 424db19

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

css-animations-1/Overview.bs

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
<style type="text/css">
2-
table.event-handlers {
3-
border-collapse: collapse;
4-
}
5-
table.event-handlers th,
6-
table.event-handlers td {
7-
padding: 0.2em 1em;
8-
}
9-
table.event-handlers td {
10-
border: 1px solid black;
11-
}
12-
</style>
13-
141
<pre class='metadata'>
152
Title: CSS Animations Level 1
163
Status: WD
@@ -39,7 +26,7 @@ Former Editor: Sylvain Galineau, Adobe, galineau@adobe.com
3926
4027
Abstract: This CSS module describes a way for authors to animate the values of CSS properties over time, using keyframes. The behavior of these keyframe animations can be controlled by specifying their duration, number of repeats, and repeating behavior.
4128
42-
Link Defaults: css-values-3 (type) <time>, cssom-1 (interface) cssstyledeclaration, dom-core-ls (interface) event, webidl (type) SyntaxError, css-position-3 (property) left
29+
Link Defaults: css-values-3 (type) <time>, cssom-1 (interface) cssstyledeclaration, dom-core-ls (interface) event, webidl (type) SyntaxError
4330
Ignored Terms: domstring, animationeventinit, event, eventinit, eventtarget, document
4431
</pre>
4532
<pre class="anchors">
@@ -54,9 +41,6 @@ urlPrefix: https://html.spec.whatwg.org/multipage/infrastructure.html; type: dfn
5441
</pre>
5542
<pre class="link-defaults">
5643
spec:cssom-1; type:interface; text:CSSRule
57-
spec:html; type:dfn; text:case-sensitive
58-
spec:css-backgrounds-3; type:property; text:background-image
59-
spec:css22; type:property; text:display
6044
</pre>
6145

6246
<h2 id="intro">
@@ -1015,7 +999,7 @@ both <a>event handler content attributes</a> and <a>event handler IDL
1015999
attributes</a>; and that must be supported by all {{Document}} and {{Window}}
10161000
objects, as <a>event handler IDL attributes</a>:
10171001

1018-
<table class="event-handlers" dfn-type=attribute dfn-for="Document, Window">
1002+
<table class="data" dfn-type=attribute dfn-for="Document, Window">
10191003
<tr>
10201004
<th><a>Event handler</a></th>
10211005
<th><a>Event handler event type</a></th>

0 commit comments

Comments
 (0)