Fix source-only validation error and corresponding incorrect indentation.

Thu, 29 Mar 2012 13:03:51 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 29 Mar 2012 13:03:51 -0700
changeset 5317
db80fef343f8
parent 5316
cd3920d7b157
child 5318
1a7463c1d7f7

Fix source-only validation error and corresponding incorrect indentation.

css3-animations/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-animations/Overview.src.html	Thu Mar 29 12:21:31 2012 -0700
     1.2 +++ b/css3-animations/Overview.src.html	Thu Mar 29 13:03:51 2012 -0700
     1.3 @@ -1512,108 +1512,108 @@
     1.4                </dd>
     1.5                <dt>
     1.6                  <b>Methods</b>
     1.7 -                <dd>
     1.8 -                  <dl>
     1.9 -                    <!-- ======================================================================================================= -->
    1.10 -                    <dt>
    1.11 -                      <code class='method-name'><a id="DOM-CSSKeyframesRule-appendRule" name='DOM-CSSKeyframesRule-appendRule'>appendRule</a></code>
    1.12 -                    </dt>
    1.13 -                    <dd>
    1.14 -                      <div class='method'>
    1.15 -                        The <code>appendRule</code> method appends the passed CSSKeyframeRule into the list at the passed key.
    1.16 -                        <div class='parameters'>
    1.17 -                          <b>Parameters</b>
    1.18 -                          <div class='paramtable'>
    1.19 -                            <dl>
    1.20 -                               <dt>
    1.21 -                                <code class='parameter-name'>rule</code> of type <code>DOMString</code>
    1.22 -                              </dt>
    1.23 -                              <dd>
    1.24 -                                The rule to be appended, expressed in the same syntax as one entry in the
    1.25 -                                <code>@keyframes</code> rule.
    1.26 -                              </dd>
    1.27 -                            </dl>
    1.28 -                          </div>
    1.29 -                        </div><!-- parameters -->
    1.30 -                        <div class='return-value'>
    1.31 -                          <b>No Return Value</b>
    1.32 +              </dt>
    1.33 +              <dd>
    1.34 +                <dl>
    1.35 +                  <!-- ======================================================================================================= -->
    1.36 +                  <dt>
    1.37 +                    <code class='method-name'><a id="DOM-CSSKeyframesRule-appendRule" name='DOM-CSSKeyframesRule-appendRule'>appendRule</a></code>
    1.38 +                  </dt>
    1.39 +                  <dd>
    1.40 +                    <div class='method'>
    1.41 +                      The <code>appendRule</code> method appends the passed CSSKeyframeRule into the list at the passed key.
    1.42 +                      <div class='parameters'>
    1.43 +                        <b>Parameters</b>
    1.44 +                        <div class='paramtable'>
    1.45 +                          <dl>
    1.46 +                             <dt>
    1.47 +                              <code class='parameter-name'>rule</code> of type <code>DOMString</code>
    1.48 +                            </dt>
    1.49 +                            <dd>
    1.50 +                              The rule to be appended, expressed in the same syntax as one entry in the
    1.51 +                              <code>@keyframes</code> rule.
    1.52 +                            </dd>
    1.53 +                          </dl>
    1.54                          </div>
    1.55 -                        <div>
    1.56 -                          <b>No Exceptions</b>
    1.57 +                      </div><!-- parameters -->
    1.58 +                      <div class='return-value'>
    1.59 +                        <b>No Return Value</b>
    1.60 +                      </div>
    1.61 +                      <div>
    1.62 +                        <b>No Exceptions</b>
    1.63 +                      </div>
    1.64 +                    </div><!-- ======================================================================================================= -->
    1.65 +                  </dd>
    1.66 +                  <dt>
    1.67 +                    <code class='method-name'><a id="DOM-CSSKeyframesRule-deleteRule" name='DOM-CSSKeyframesRule-deleteRule'>deleteRule</a></code>
    1.68 +                  </dt>
    1.69 +                  <dd>
    1.70 +                    <div class='method'>
    1.71 +                      The <code>deleteRule</code> method deletes the CSSKeyframeRule with the passed key. If a rule with this key
    1.72 +                      does not exist, the method does nothing.
    1.73 +                      <div class='parameters'>
    1.74 +                        <b>Parameters</b>
    1.75 +                        <div class='paramtable'>
    1.76 +                          <dl>
    1.77 +                            <dt>
    1.78 +                              <code class='parameter-name'>key</code> of type <code>DOMString</code>
    1.79 +                            </dt>
    1.80 +                            <dd>
    1.81 +                              The key which describes the rule to be deleted. The key must
    1.82 +                              resolve to a number between 0 and 1, or the rule is ignored.<br>
    1.83 +                            </dd>
    1.84 +                          </dl>
    1.85                          </div>
    1.86 -                      </div><!-- ======================================================================================================= -->
    1.87 -                    </dd>
    1.88 -                    <dt>
    1.89 -                      <code class='method-name'><a id="DOM-CSSKeyframesRule-deleteRule" name='DOM-CSSKeyframesRule-deleteRule'>deleteRule</a></code>
    1.90 -                    </dt>
    1.91 -                    <dd>
    1.92 -                      <div class='method'>
    1.93 -                        The <code>deleteRule</code> method deletes the CSSKeyframeRule with the passed key. If a rule with this key
    1.94 -                        does not exist, the method does nothing.
    1.95 -                        <div class='parameters'>
    1.96 -                          <b>Parameters</b>
    1.97 -                          <div class='paramtable'>
    1.98 -                            <dl>
    1.99 -                              <dt>
   1.100 -                                <code class='parameter-name'>key</code> of type <code>DOMString</code>
   1.101 -                              </dt>
   1.102 -                              <dd>
   1.103 -                                The key which describes the rule to be deleted. The key must
   1.104 -                                resolve to a number between 0 and 1, or the rule is ignored.<br>
   1.105 -                              </dd>
   1.106 -                            </dl>
   1.107 -                          </div>
   1.108 -                        </div><!-- parameters -->
   1.109 -                        <div class='return-value'>
   1.110 -                          <b>No Return Value</b>
   1.111 +                      </div><!-- parameters -->
   1.112 +                      <div class='return-value'>
   1.113 +                        <b>No Return Value</b>
   1.114 +                      </div>
   1.115 +                      <div>
   1.116 +                        <b>No Exceptions</b>
   1.117 +                      </div>
   1.118 +                    </div><!-- ======================================================================================================= -->
   1.119 +                  </dd>
   1.120 +                  <dt>
   1.121 +                    <code class='method-name'><a id="DOM-CSSKeyframesRule-findRule" name='DOM-CSSKeyframesRule-findRule'>findRule</a></code>
   1.122 +                  </dt>
   1.123 +                  <dd>
   1.124 +                    <div class='method'>
   1.125 +                      The <code>findRule</code> method returns the rule with a key matching the passed key. If no such rule
   1.126 +                      exists, a null value is returned.
   1.127 +                      <div class='parameters'>
   1.128 +                        <b>Parameters</b>
   1.129 +                        <div class='paramtable'>
   1.130 +                          <dl>
   1.131 +                            <dt>
   1.132 +                              <code class='parameter-name'>key</code> of type <code>DOMString</code>
   1.133 +                            </dt>
   1.134 +                            <dd>
   1.135 +                              The key which described the rule to find. The key must
   1.136 +                              resolve to a number between 0 and 1, or the rule is ignored.<br>
   1.137 +                            </dd>
   1.138 +                          </dl>
   1.139                          </div>
   1.140 -                        <div>
   1.141 -                          <b>No Exceptions</b>
   1.142 +                      </div><!-- parameters -->
   1.143 +                      <div class='return-value'>
   1.144 +                        <b>Return Value</b>
   1.145 +                        <div class='returnvalue'>
   1.146 +                          <dl>
   1.147 +                            <dt>
   1.148 +                              <code>CSSKeyframeRule</code>
   1.149 +                            </dt>
   1.150 +                            <dd>
   1.151 +                              The found rule.<br>
   1.152 +                            </dd>
   1.153 +                          </dl>
   1.154                          </div>
   1.155 -                      </div><!-- ======================================================================================================= -->
   1.156 -                    </dd>
   1.157 -                    <dt>
   1.158 -                      <code class='method-name'><a id="DOM-CSSKeyframesRule-findRule" name='DOM-CSSKeyframesRule-findRule'>findRule</a></code>
   1.159 -                    </dt>
   1.160 -                    <dd>
   1.161 -                      <div class='method'>
   1.162 -                        The <code>findRule</code> method returns the rule with a key matching the passed key. If no such rule
   1.163 -                        exists, a null value is returned.
   1.164 -                        <div class='parameters'>
   1.165 -                          <b>Parameters</b>
   1.166 -                          <div class='paramtable'>
   1.167 -                            <dl>
   1.168 -                              <dt>
   1.169 -                                <code class='parameter-name'>key</code> of type <code>DOMString</code>
   1.170 -                              </dt>
   1.171 -                              <dd>
   1.172 -                                The key which described the rule to find. The key must
   1.173 -                                resolve to a number between 0 and 1, or the rule is ignored.<br>
   1.174 -                              </dd>
   1.175 -                            </dl>
   1.176 -                          </div>
   1.177 -                        </div><!-- parameters -->
   1.178 -                        <div class='return-value'>
   1.179 -                          <b>Return Value</b>
   1.180 -                          <div class='returnvalue'>
   1.181 -                            <dl>
   1.182 -                              <dt>
   1.183 -                                <code>CSSKeyframeRule</code>
   1.184 -                              </dt>
   1.185 -                              <dd>
   1.186 -                                The found rule.<br>
   1.187 -                              </dd>
   1.188 -                            </dl>
   1.189 -                          </div>
   1.190 -                        </div>
   1.191 -                        <div>
   1.192 -                          <b>No Exceptions</b>
   1.193 -                        </div>
   1.194 -                      </div><!-- ======================================================================================================= -->
   1.195 -                    </dd>
   1.196 -                  </dl><!-- method -->
   1.197 -                </dd>
   1.198 -              </dt>
   1.199 +                      </div>
   1.200 +                      <div>
   1.201 +                        <b>No Exceptions</b>
   1.202 +                      </div>
   1.203 +                    </div><!-- ======================================================================================================= -->
   1.204 +                  </dd>
   1.205 +                </dl><!-- method -->
   1.206 +              </dd>
   1.207              </dl>
   1.208            </dd>
   1.209          </dl>

mercurial