1- <!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'
1+ <!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'
22 'http://www.w3.org/TR/html4/strict.dtd'>
33
44< html lang ="en ">
55< head >
66 < title > CSS Animations</ title >
7+ < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
78 < link rel ="stylesheet " type ="text/css " href ="../default.css ">
89 < link rel ="stylesheet " type ="text/css " href ="http://www.w3.org/StyleSheets/TR/W3C-ED.css ">
910</ head >
@@ -22,7 +23,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
2223 <!--http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]-->
2324 < dt > Latest version:
2425 < dd > < a
25- href ="http://www.w3.org/TR/css3-animations "> [LATEST]</ a >
26+ href ="http://www.w3.org/TR/css3-animations/ "> [LATEST]</ a >
2627 < dt > Editor's draft:
2728 < dd > < a href ="http://dev.w3.org/csswg/[SHORTNAME]/ "> http://dev.w3.org/csswg/[SHORTNAME]/</a >
2829
@@ -1512,108 +1513,108 @@ <h2>
15121513 </ dd >
15131514 < dt >
15141515 < b > Methods</ b >
1515- < dd >
1516- < dl >
1517- <!-- ======================================================================================================= -->
1518- < dt >
1519- < code class ='method-name '> < a id ="DOM-CSSKeyframesRule-appendRule " name ='DOM-CSSKeyframesRule-appendRule '> appendRule</ a > </ code >
1520- </ dt >
1521- < dd >
1522- < div class ='method '>
1523- The < code > appendRule</ code > method appends the passed CSSKeyframeRule into the list at the passed key.
1524- < div class ='parameters '>
1525- < b > Parameters</ b >
1526- < div class ='paramtable '>
1527- < dl >
1528- < dt >
1529- < code class ='parameter-name '> rule</ code > of type < code > DOMString</ code >
1530- </ dt >
1531- < dd >
1532- The rule to be appended, expressed in the same syntax as one entry in the
1533- < code > @keyframes</ code > rule.
1534- </ dd >
1535- </ dl >
1536- </ div >
1537- </ div > <!-- parameters -->
1538- < div class ='return-value '>
1539- < b > No Return Value</ b >
1540- </ div >
1541- < div >
1542- < b > No Exceptions</ b >
1543- </ div >
1544- </ div > <!-- ======================================================================================================= -->
1545- </ dd >
1546- < dt >
1547- < code class ='method-name '> < a id ="DOM-CSSKeyframesRule-deleteRule " name ='DOM-CSSKeyframesRule-deleteRule '> deleteRule</ a > </ code >
1548- </ dt >
1549- < dd >
1550- < div class ='method '>
1551- The < code > deleteRule</ code > method deletes the CSSKeyframeRule with the passed key. If a rule with this key
1552- does not exist, the method does nothing.
1553- < div class ='parameters '>
1554- < b > Parameters</ b >
1555- < div class ='paramtable '>
1556- < dl >
1557- < dt >
1558- < code class ='parameter-name '> key</ code > of type < code > DOMString</ code >
1559- </ dt >
1560- < dd >
1561- The key which describes the rule to be deleted. The key must
1562- resolve to a number between 0 and 1, or the rule is ignored.< br >
1563- </ dd >
1564- </ dl >
1565- </ div >
1566- </ div > <!-- parameters -->
1567- < div class ='return-value '>
1568- < b > No Return Value</ b >
1516+ </ dt >
1517+ < dd >
1518+ < dl >
1519+ <!-- ======================================================================================================= -->
1520+ < dt >
1521+ < code class ='method-name '> < a id ="DOM-CSSKeyframesRule-appendRule " name ='DOM-CSSKeyframesRule-appendRule '> appendRule</ a > </ code >
1522+ </ dt >
1523+ < dd >
1524+ < div class ='method '>
1525+ The < code > appendRule</ code > method appends the passed CSSKeyframeRule into the list at the passed key.
1526+ < div class ='parameters '>
1527+ < b > Parameters</ b >
1528+ < div class ='paramtable '>
1529+ < dl >
1530+ < dt >
1531+ < code class ='parameter-name '> rule</ code > of type < code > DOMString</ code >
1532+ </ dt >
1533+ < dd >
1534+ The rule to be appended, expressed in the same syntax as one entry in the
1535+ < code > @keyframes</ code > rule.
1536+ </ dd >
1537+ </ dl >
15691538 </ div >
1570- < div >
1571- < b > No Exceptions</ b >
1539+ </ div > <!-- parameters -->
1540+ < div class ='return-value '>
1541+ < b > No Return Value</ b >
1542+ </ div >
1543+ < div >
1544+ < b > No Exceptions</ b >
1545+ </ div >
1546+ </ div > <!-- ======================================================================================================= -->
1547+ </ dd >
1548+ < dt >
1549+ < code class ='method-name '> < a id ="DOM-CSSKeyframesRule-deleteRule " name ='DOM-CSSKeyframesRule-deleteRule '> deleteRule</ a > </ code >
1550+ </ dt >
1551+ < dd >
1552+ < div class ='method '>
1553+ The < code > deleteRule</ code > method deletes the CSSKeyframeRule with the passed key. If a rule with this key
1554+ does not exist, the method does nothing.
1555+ < div class ='parameters '>
1556+ < b > Parameters</ b >
1557+ < div class ='paramtable '>
1558+ < dl >
1559+ < dt >
1560+ < code class ='parameter-name '> key</ code > of type < code > DOMString</ code >
1561+ </ dt >
1562+ < dd >
1563+ The key which describes the rule to be deleted. The key must
1564+ resolve to a number between 0 and 1, or the rule is ignored.< br >
1565+ </ dd >
1566+ </ dl >
15721567 </ div >
1573- </ div > <!-- ======================================================================================================= -->
1574- </ dd >
1575- < dt >
1576- < code class ='method-name '> < a id ="DOM-CSSKeyframesRule-findRule " name ='DOM-CSSKeyframesRule-findRule '> findRule</ a > </ code >
1577- </ dt >
1578- < dd >
1579- < div class ='method '>
1580- The < code > findRule</ code > method returns the rule with a key matching the passed key. If no such rule
1581- exists, a null value is returned.
1582- < div class ='parameters '>
1583- < b > Parameters</ b >
1584- < div class ='paramtable '>
1585- < dl >
1586- < dt >
1587- < code class ='parameter-name '> key</ code > of type < code> DOMString</ code >
1588- </ dt >
1589- < dd >
1590- The key which described the rule to find. The key must
1591- resolve to a number between 0 and 1, or the rule is ignored.< br >
1592- </ dd >
1593- </ dl >
1594- </ div >
1595- </ div > <!-- parameters -->
1596- < div class ='return-value '>
1597- < b > Return Value</ b >
1598- < div class ='returnvalue '>
1599- < dl >
1600- < dt >
1601- < code > CSSKeyframeRule</ code >
1602- </ dt >
1603- < dd >
1604- The found rule.< br >
1605- </ dd >
1606- </ dl >
1607- </ div >
1568+ </ div > <!-- parameters -->
1569+ < div class ='return-value '>
1570+ < b > No Return Value</ b >
1571+ </ div >
1572+ < div >
1573+ < b > No Exceptions</ b >
1574+ </ div >
1575+ </ div > <!-- ======================================================================================================= -->
1576+ </ dd >
1577+ < dt >
1578+ < code class ='method-name '> < a id ="DOM-CSSKeyframesRule-findRule " name ='DOM-CSSKeyframesRule-findRule '> findRule</ a > </ code >
1579+ </ dt >
1580+ < dd >
1581+ < div class ='method '>
1582+ The < code > findRule</ code > method returns the rule with a key matching the passed key. If no such rule
1583+ exists, a null value is returned.
1584+ < div class ='parameters '>
1585+ < b > Parameters</ b >
1586+ < div class ='paramtable '>
1587+ < dl >
1588+ < dt >
1589+ < code class ='parameter-name '> key</ code > of type < code > DOMString</ code >
1590+ </ dt >
1591+ < dd >
1592+ The key which described the rule to find. The key must
1593+ resolve to a number between 0 and 1, or the rule is ignored.< br >
1594+ </ dd >
1595+ </ dl >
16081596 </ div >
1609- < div >
1610- < b > No Exceptions</ b >
1597+ </ div > <!-- parameters -->
1598+ < div class ='return-value '>
1599+ < b > Return Value</ b >
1600+ < div class ='returnvalue '>
1601+ < dl >
1602+ < dt >
1603+ < code > CSSKeyframeRule</ code >
1604+ </ dt >
1605+ < dd >
1606+ The found rule.< br >
1607+ </ dd >
1608+ </ dl >
16111609 </ div >
1612- </ div > <!-- ======================================================================================================= -->
1613- </ dd >
1614- </ dl > <!-- method -->
1615- </ dd >
1616- </ dt >
1610+ </ div >
1611+ < div >
1612+ < b > No Exceptions</ b >
1613+ </ div >
1614+ </ div > <!-- ======================================================================================================= -->
1615+ </ dd >
1616+ </ dl > <!-- method -->
1617+ </ dd >
16171618 </ dl >
16181619 </ dd >
16191620 </ dl >
0 commit comments