Skip to content

Commit 0846c8d

Browse files
committed
merge
2 parents 9025b2e + be60289 commit 0846c8d

32 files changed

Lines changed: 4964 additions & 10906 deletions

biblio.ref

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -864,11 +864,14 @@
864864
%U http://www.w3.org/TR/2012/CR-css3-images-20120417/
865865

866866
%L CSS3-LINE-GRID
867-
%T CSS Line Grid Module
867+
%T CSS Line Grid Module Level 1
868+
%A Elika J. Etemad
868869
%A Koji Ishii
869-
%S Proposal for a CSS module
870-
%O (Retrieved 26 October 2011)
871-
%U http://dev.w3.org/csswg/css-line-grid/
870+
%A Alan Stearns
871+
%S W3C Working Draft
872+
%O (Work in progress.)
873+
%D 16 December 2014
874+
%U http://www.w3.org/TR/css-line-grid-1/
872875

873876
%L CSS3-MARQUEE
874877
%T CSS Marquee Module Level 3

css-animations/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Abstract: This CSS module describes a way for authors to animate the values of C
2020
2121
At Risk: the <code>pseudoElement</code> property of the ''AnimationEvent'' interface
2222
23-
Link Defaults: css-values-3 (type) <time>, cssom-1 (interface) cssstyledeclaration, dom-core-ls (interface) event, webidl (type) SyntaxError
23+
Link Defaults: css-values-3 (type) <time>, cssom-1 (interface) cssstyledeclaration, dom-core-ls (interface) event, webidl (type) SyntaxError, css-position-3 (property) left
2424
Ignored Terms: domstring, float, animationeventinit, event, eventinit, eventtarget, document
2525
</pre>
2626

@@ -935,7 +935,7 @@ IDL Definition</h4>
935935

936936
void appendRule(DOMString rule);
937937
void deleteRule(DOMString key);
938-
CSSKeyframeRule findRule(DOMString key);
938+
CSSKeyframeRule? findRule(DOMString key);
939939
};
940940
</pre>
941941

@@ -993,9 +993,9 @@ The <code>deleteRule</code> method</h4>
993993

994994
<dt><dfn argument for="CSSKeyframesRule/deleteRule()">key</dfn> of type <a interface>DOMString</a>
995995
<dd>
996-
The key which describes the rule to be deleted. A percentage value between
997-
0% and 100%, or one of the keywords ''from'' or ''to'' which resolve to 0% and
998-
100%, respectively.
996+
The keyframe selector of the rule to be deleted: a comma-separated list of either percentage values between 0% and 100% or one of the keywords ''from'' or ''to'', which resolve to 0% and 100%, respectively.
997+
998+
The number and order of the values in the specified keyframe selector must match those of the targeted keyframe rule(s). The match is not sensitive to white-space.
999999
</dl>
10001000

10011001
No Return Value
@@ -1016,9 +1016,9 @@ The <code>findRule</code> method</h4>
10161016
<dl>
10171017
<dt><dfn argument for="CSSKeyframesRule/findRule()">key</dfn> of type <a interface>DOMString</a>
10181018
<dd>
1019-
The key which describes the rule to be deleted. A percentage value between
1020-
0% and 100%, or one of the keywords ''from'' or ''to'' which resolve to 0% and
1021-
100%, respectively.
1019+
The keyframe selector of the rule to be retrieved: a comma-separated list of either percentage values between 0% and 100% or one of the keywords ''from'' or ''to'', which resolve to 0% and 100%, respectively.
1020+
1021+
The number and order of the values in the specified keyframe selector must match those of the targeted keyframe rule(s). The match is not sensitive to white-space.
10221022
</dl>
10231023

10241024
Return Value:

css-animations/Overview.html

Lines changed: 509 additions & 464 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)