/[suikacvs]/markup/html/html5/spec-ja/data/documents.dat
Suika

Diff of /markup/html/html5/spec-ja/data/documents.dat

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.71 by apache, Sat Oct 25 13:36:06 2008 UTC revision 1.73 by apache, Sat Oct 25 13:40:05 2008 UTC
# Line 769  The <dfn id=dom-document-anchors title=d Line 769  The <dfn id=dom-document-anchors title=d
769  <code><a href=#the-a-element>a</a></code>  <code><a href=#the-a-element>a</a></code>
770  要素にのみ一致するような  要素にのみ一致するような
771  <code><a href=#htmlcollection-0>HTMLCollection</a></code>  <code><a href=#htmlcollection-0>HTMLCollection</a></code>
772    を返さなければ[[MUST:なりません]]。
773    
774    #en
775    The <dfn id=dom-document-scripts title=dom-document-scripts><code>scripts</code></dfn>
776      attribute must return an <code><a href=#htmlcollection-0>HTMLCollection</a></code> rooted at the
777      <code>Document</code> node, whose filter matches only
778      <code><a href=#script>script</a></code> elements.
779    #ja
780    <dfn id=dom-document-scripts title=dom-document-scripts><code>scripts</code></dfn>
781    属性は、<code>Document</code> 節点を根とする、
782    濾過器が <code><a href=#script>script</a></code>
783    要素にのみ一致するような
784    <code><a href=#htmlcollection-0>HTMLCollection</a></code>
785    を返さなければ[[MUST:なりません]]。
786    
787    #en
788    The <dfn id=dom-document-getelementsbyname title=dom-document-getElementsByName><code>getElementsByName(<var title="">name</var>)</code></dfn> method takes a string <var title="">name</var>, and must return a live <code>NodeList</code>
789      containing all the <code><a href=#the-a-element>a</a></code>, <code><a href=#the-applet-element>applet</a></code>,
790      <code><a href=#the-button-element>button</a></code>, <code><a href=#the-form-element>form</a></code>, <!-- frame? frameset?
791      XXX--><code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, <code><a href=#the-input-element>input</a></code>,
792      <code><a href=#the-map-element>map</a></code>, <code><a href=#meta>meta</a></code>, <code><a href=#the-object-element>object</a></code>,<!-- param?
793      XXX--> <code><a href=#the-select-element>select</a></code>, and <code><a href=#the-textarea-element>textarea</a></code> elements in
794      that document that have a <code title="">name</code> attribute whose
795      value is equal to the <var title="">name</var> argument (in a
796      <a href=#case-sensitive>case-sensitive</a> manner), in <a href=#tree-order>tree order</a>.
797    #ja
798    <dfn id=dom-document-getelementsbyname title=dom-document-getElementsByName><code>getElementsByName(<var title="">name</var>)</code></dfn>
799    メソッドは、文字列 <var title="">name</var> を取り、
800    文書中で
801    <var title="">name</var>
802    と (<a href=#case-sensitive>大文字・小文字を区別し</a>て)
803    等しい値の <code title="">name</code>
804    属性を持つ
805    <code><a href=#the-a-element>a</a></code>, <code><a href=#the-applet-element>applet</a></code>、
806      <code><a href=#the-button-element>button</a></code>, <code><a href=#the-form-element>form</a></code>、<!-- frame? frameset?
807      XXX--><code><a href=#the-iframe-element>iframe</a></code>、<code><a href=#the-img-element>img</a></code>、<code><a href=#the-input-element>input</a></code>、
808      <code><a href=#the-map-element>map</a></code>、<code><a href=#meta>meta</a></code>、
809    <code><a href=#the-object-element>object</a></code>、<!-- param?
810      XXX--> <code><a href=#the-select-element>select</a></code>、<code><a href=#the-textarea-element>textarea</a></code>
811    各要素をすべて<a href=#tree-order>木順</a>で含む生きた <code>NodeList</code>
812  を返さなければ[[MUST:なりません]]。  を返さなければ[[MUST:なりません]]。

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.73

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24