/[suikacvs]/messaging/manakai/lib/Message/DOM/DOMHTML.dis
Suika

Diff of /messaging/manakai/lib/Message/DOM/DOMHTML.dis

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

revision 1.2 by wakaba, Mon Oct 18 12:23:51 2004 UTC revision 1.3 by wakaba, Tue Oct 19 08:53:22 2004 UTC
# Line 246  IF: Line 246  IF:
246              @@@@@lang:en              @@@@@lang:en
247              @@@@@@:              @@@@@@:
248                There is no node with such a <P:name>.                There is no node with such a <P:name>.
249        @@SpecLeve[list]:
250          1
251          2
252    
253  ImplNote:  ImplNote:
254    @@lang:en    @@lang:en
# Line 614  IF: Line 617  IF:
617            @@@@@:            @@@@@:
618              A collection of the element whose <HA:name> matches              A collection of the element whose <HA:name> matches
619              with <P:elementName>.              with <P:elementName>.
620      @Method:
621        @@Name:getElementById
622        @@Description:
623          @@@lang:en
624          @@@@:
625            Return the <IF:Element> whose <A:id> is given by
626            <P:elementId>.  Behavior is not defined if more than
627            one elements has this <P:elementId>.
628            \
629            {NOTE:: This method was first defined in the <IF:HTMLDocument>
630                    interface of DOM Level 1 but it has moved to
631                    the <Module:DOMCore> module in DOM Level 2.
632            \
633            }
634        @@Param:
635          @@@Name:elementId
636          @@@Type:
637            DOMMain:DOMString
638          @@@Description:
639            @@@@lang:en
640            @@@@@:
641              The unique identifier of the element to retrieve.
642        @@Return:
643          @@@Type:
644            DOMCore:Element
645          @@@Description:
646            @@@@lang:en
647            @@@@@:The matching element.
648        @@SpecLevel:1
649        @@Condition:DOM1
650    @ImplNote:    @ImplNote:
651      @@lang:en      @@lang:en
652      @@@:      @@@:
653        TODO: <M:HTMLDocument.getElementById> has moved to        {P:: The following properties in DOM Level 0 have been deprecated
654              <IF:Document> interface.  Some note and        by DOM HTML Specifications in favor of the corresponding
655              implementation for DOM Level 1 HTML required.        attributes in <IF:HTMLBodyElement> interface:
656          \
657            - <A:alinkColor>
658            \
659            - <A:background>
660            \
661            - <A:bgColor>
662            \
663            - <A:fgColor>
664            \
665            - <A:linkColor>
666            \
667            - <A:vlinkColor>
668          \
669          }
670  ##IF:HTMLDocument  ##IF:HTMLDocument
671    
672  ImplNote:  ImplNote:
# Line 661  IF: Line 708  IF:
708        are derived from this interface.        are derived from this interface.
709    
710    @ISA:  Element    @ISA:  Element
711    @Role:    @ElementType:
712      @@@:      @@QName:
713        DOMCore:Element        xhtml1:sub
714      @@compat:    \##TODO: rewrite this
       ManakaiDOMCore:Element  
     @@html-element-type:sub  
715      @@html-element-type:sup      @@html-element-type:sup
716      @@html-element-type:span      @@html-element-type:span
717      @@html-element-type:bdo      @@html-element-type:bdo
# Line 694  IF: Line 739  IF:
739      @@html-element-type:noscript      @@html-element-type:noscript
740      @@html-element-type:address      @@html-element-type:address
741      @@html-element-type:center      @@html-element-type:center
742      @@element-type:    @ElementType:
743        @@QName:
744        xhtml1:*        xhtml1:*
745      @ImplNote:
746        @@lang:en
747        @@@:
748          The DOM Level 1 First and Second Editions said that the <HE:head>
749          element belongs to this category - it is considered as
750          an error, since there is the <IF:HTMLHeadElement>.
751    
752    @Attr:    @Attr:
753       @@Name:  id       @@Name:  id
# Line 769  IF: Line 821  IF:
821        @@@lang:en        @@@lang:en
822        @@@@:        @@@@:
823          Some element in HTML 4/XHTML 1.0 does not have <HA:class> attribute.          Some element in HTML 4/XHTML 1.0 does not have <HA:class> attribute.
824    
825      @ImplNote:
826        @@lang:en
827        @@@:
828          The <A:HTMLElement.style> is reserved by DOM Level 1 First Edition
829          for future use.  It is used later in DOM Level 2 CSS Module.
830  ##IF:HTMLElement  ##IF:HTMLElement
831    
832  IF:  IF:
# Line 1471  IF: Line 1529  IF:
1529          @@@Type:  DOMString          @@@Type:  DOMString
1530    
1531  IF:  IF:
1532      @Name:HTMLBlockquoteElement
1533      @ISA:HTMLElement
1534      #@ElementType:
1535      #  @@QName:
1536      #    xhtml1:blockquote
1537      @Description:
1538        @@lang:en
1539        @@@:
1540          The <IF:HTMLBlockquoteElement> interface was contained
1541          in the DOM Level 1 First Edition by error.  The
1542          <IF:HTMLQuoteElement> interface should must used instead.
1543          <SRC:DOM Level 1 Errata>
1544      @Attr:
1545        @@Name:cite
1546        @@DocAttr:
1547          @@@Name:cite
1548        @@Get:
1549          @@@Type:
1550            DOMMain:DOMString
1551        @@Set:
1552          @@@Type:
1553            DOMMain:DOMString
1554      @Condition:DOM1
1555    
1556    IF:
1557    @Name:  HTMLQuoteElement    @Name:  HTMLQuoteElement
1558    @ISA:  HTMLElement    @ISA:  HTMLElement
1559    @ElementType:    @ElementType:
# Line 1567  IF: Line 1650  IF:
1650       @@ImplNote:       @@ImplNote:
1651         @@@lang:en         @@@lang:en
1652         @@@@:         @@@@:
1653           TODO: Computed value should be returned.           TODO: Computed value should be returned.
1654             In DOM Level 1, it was <EM:not> the computed value
1655             and the type was <TYPE:DOMString>.
1656       @@Set:       @@Set:
1657          @@@Type:          @@@Type:
1658             DOMMain:long             DOMMain:long
# Line 2127  IF: Line 2212  IF:
2212    @Attr:    @Attr:
2213       @@Name:  hspace       @@Name:  hspace
2214       @@DocAttr:       @@DocAttr:
2215         @@@Name:gspace         @@@Name:hspace
2216         @@@DeprecatedBy:         @@@DeprecatedBy:
2217           DOMHTML:HTML4           DOMHTML:HTML4
2218       @@Get:       @@Get:
# Line 2343  IF: Line 2428  IF:
2428       @@Set:       @@Set:
2429          @@@Type:          @@@Type:
2430             DOMMain:long             DOMMain:long
2431         @@ImplNote:
2432           @@@lang:en
2433           @@@@:
2434             The type was <TYPE:DOMString> in DOM Level 1.
2435       @@Level[list]:       @@Level[list]:
2436          1          1
2437          2          2
# Line 2371  IF: Line 2460  IF:
2460          @@@Type:  DOMString          @@@Type:  DOMString
2461       @@Level[list]:       @@Level[list]:
2462          1          1
         2  
2463       @@SpecLevel[list]:       @@SpecLevel[list]:
2464          1          1
2465          2          2
# Line 2387  IF: Line 2475  IF:
2475       @@Set:       @@Set:
2476          @@@Type:          @@@Type:
2477             DOMMain:long             DOMMain:long
2478         @@ImplNote:
2479           @@@lang:en
2480           @@@@:
2481             The type was <TYPE:DOMString> in DOM Level 1.
2482       @@Level[list]:       @@Level[list]:
2483          1          1
2484          2          2
# Line 2646  IF: Line 2738  IF:
2738                   The given element is not a <HE:caption>.                   The given element is not a <HE:caption>.
2739       @@Level[list]:       @@Level[list]:
2740          1          1
         2  
2741       @@SpecLevel[list]:       @@SpecLevel[list]:
2742          1          1
2743          2          2
# Line 2679  IF: Line 2770  IF:
2770                 The given element is not a <HE:thead>.                 The given element is not a <HE:thead>.
2771       @@Level[list]:       @@Level[list]:
2772          1          1
         2  
2773       @@SpecLevel[list]:       @@SpecLevel[list]:
2774          1          1
2775          2          2
# Line 2713  IF: Line 2803  IF:
2803                   The given element is not a <HE:tfoot>.                   The given element is not a <HE:tfoot>.
2804       @@Level[list]:       @@Level[list]:
2805          1          1
         2  
2806       @@SpecLevel[list]:       @@SpecLevel[list]:
2807          1          1
2808          2          2
# Line 2909  IF: Line 2998  IF:
2998              @@@@@lang:en              @@@@@lang:en
2999              @@@@@@:              @@@@@@:
3000                The new row is appended.                The new row is appended.
3001              @@@@SpecLevel:2
3002          @@@InCase:          @@@InCase:
3003            @@@@Label:            @@@@Label:
3004              @@@@@lang:en              @@@@@lang:en
# Line 2918  IF: Line 3008  IF:
3008              @@@@@lang:en              @@@@@lang:en
3009              @@@@@@:              @@@@@@:
3010                The new row is appended.                The new row is appended.
3011              @@@@SpecLevel:2
3012       @@Return:       @@Return:
3013          @@@Type:  HTMLElement          @@@Type:  HTMLElement
3014          @@@Description:          @@@Description:
# Line 2935  IF: Line 3026  IF:
3026                 @@@@@@@:                 @@@@@@@:
3027                   The <P:index> is greater than the number of rows                   The <P:index> is greater than the number of rows
3028                   or less than <DOM:-1>.                   or less than <DOM:-1>.
3029                @@@@SpecLevel:2
3030               @@@@ImplNote:
3031                 @@@@@lang:en
3032                 @@@@@@:
3033                   <SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML>
3034                   (<P:index> cannot <DOM:-1> in DOM Level 1.)
3035       @@Level[list]:       @@Level[list]:
3036          1          1
3037          2          2
# Line 2961  IF: Line 3058  IF:
3058              @@@@@lang:en              @@@@@lang:en
3059              @@@@@@:              @@@@@@:
3060                The last row in the table is deleted.                The last row in the table is deleted.
3061              @@@@SpecLevel:2
3062          @@@ImplNote:          @@@ImplNote:
3063            @@@@lang:en            @@@@lang:en
3064            @@@@@:            @@@@@:
# Line 2979  IF: Line 3077  IF:
3077                   The <P:index> is greater than or equal to                   The <P:index> is greater than or equal to
3078                   the number of rows or the <P:index> is                   the number of rows or the <P:index> is
3079                   less than <DOM:-1>.                   less than <DOM:-1>.
3080               @@@@SpecLevel:2
3081               @@@@ImplNote:
3082                 @@@@@lang:en
3083                 @@@@@@:
3084                   <SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML>
3085                   (<P:index> cannot <DOM:-1> in DOM Level 1.)
3086       @@Level[list]:       @@Level[list]:
3087          1          1
3088          2          2
# Line 3139  IF: Line 3243  IF:
3243              @@@@@lang:en              @@@@@lang:en
3244              @@@@@@:              @@@@@@:
3245                The new row is appended.                The new row is appended.
3246              @@@@SpecLevel:2
3247          @@@InCase:          @@@InCase:
3248            @@@@Label:            @@@@Label:
3249              @@@@@lang:en              @@@@@lang:en
# Line 3147  IF: Line 3252  IF:
3252              @@@@@lang:en              @@@@@lang:en
3253              @@@@@@:              @@@@@@:
3254                The new row is appended.                The new row is appended.
3255              @@@@SpecLevel:2
3256       @@Return:       @@Return:
3257          @@@Type:  HTMLElement          @@@Type:  HTMLElement
3258          @@@Description:          @@@Description:
# Line 3164  IF: Line 3270  IF:
3270                 @@@@@@@:                 @@@@@@@:
3271                   The <P:index> is greater than the number                   The <P:index> is greater than the number
3272                   of rows or less than <DOM:-1>.                   of rows or less than <DOM:-1>.
3273               @@@@SpecLevel:2
3274               @@@@ImplNote:
3275                 @@@@@lang:en
3276                 @@@@@@:
3277                   <SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML>
3278                   (<P:index> cannot <DOM:-1> in DOM Level 1.)
3279       @@Level[list]:       @@Level[list]:
3280          1          1
3281          2          2
# Line 3192  IF: Line 3304  IF:
3304              @@@@@lang:en              @@@@@lang:en
3305              @@@@@@:              @@@@@@:
3306                Delete the last row.                Delete the last row.
3307              @@@@SpecLevel:2
3308       @@Return:       @@Return:
3309          @@@Exception:          @@@Exception:
3310             @@@@Name:  INDEX_SIZE_ERR             @@@@Name:  INDEX_SIZE_ERR
# Line 3206  IF: Line 3319  IF:
3319                   The <P:index> is greater than or equal to                   The <P:index> is greater than or equal to
3320                   the number of rows or the <P:index> is less                   the number of rows or the <P:index> is less
3321                   than <DOM:-1>.                   than <DOM:-1>.
3322               @@@@SpecLevel:2
3323               @@@@ImplNote:
3324                 @@@@@lang:en
3325                 @@@@@@:
3326                   <SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML>
3327                   (<P:index> cannot <DOM:-1> in DOM Level 1.)
3328       @@Level[list]:       @@Level[list]:
3329          1          1
3330          2          2
# Line 3236  IF: Line 3355  IF:
3355       @@Get:       @@Get:
3356          @@@Type:          @@@Type:
3357             DOMMain:long             DOMMain:long
3358         @@ImplNote:
3359           @@@lang:en
3360           @@@@:
3361             Writable in DOM Level 1 FE, with no description -
3362             fixed in the Errata.
3363       @@Level[list]:       @@Level[list]:
3364          1          1
         2  
3365       @@SpecLevel[list]:       @@SpecLevel[list]:
3366          1          1
3367          2          2
# Line 3252  IF: Line 3375  IF:
3375       @@Get:       @@Get:
3376          @@@Type:          @@@Type:
3377             DOMMain:long             DOMMain:long
3378         @@ImplNote:
3379           @@@lang:en
3380           @@@@:
3381             Writable in DOM Level 1 FE, with no description.
3382       @@Level[list]:       @@Level[list]:
3383          1          1
         2  
3384       @@SpecLevel[list]:       @@SpecLevel[list]:
3385          1          1
3386          2          2
# Line 3265  IF: Line 3391  IF:
3391         @@@@:The collection of cells in this row.         @@@@:The collection of cells in this row.
3392       @@Get:       @@Get:
3393          @@@Type:  HTMLCollection          @@@Type:  HTMLCollection
3394         @@ImplNote:
3395           @@@lang:en
3396           @@@@:
3397             Writable in DOM Level 1 FE, with no description.
3398       @@Level[list]:       @@Level[list]:
3399          1          1
         2  
3400       @@SpecLevel[list]:       @@SpecLevel[list]:
3401          1          1
3402          2          2
# Line 3333  IF: Line 3462  IF:
3462            @@@@Description:            @@@@Description:
3463              @@@@@lang:en              @@@@@lang:en
3464              @@@@@@:The new cell is appended.              @@@@@@:The new cell is appended.
3465              @@@@SpecLevel:2
3466          @@@InCase:          @@@InCase:
3467            @@@@Label:            @@@@Label:
3468              @@@@@lang:en              @@@@@lang:en
# Line 3340  IF: Line 3470  IF:
3470            @@@@Description:            @@@@Description:
3471              @@@@@lang:en              @@@@@lang:en
3472              @@@@@@:The new cell is appended.              @@@@@@:The new cell is appended.
3473              @@@@SpecLevel:2
3474       @@Return:       @@Return:
3475          @@@Type:  HTMLElement          @@@Type:  HTMLElement
3476          @@@Description:          @@@Description:
# Line 3357  IF: Line 3488  IF:
3488                 @@@@@@@:                 @@@@@@@:
3489                   The <P:index> is greater than the number of                   The <P:index> is greater than the number of
3490                   cells or less than <DOM:-1>.                   cells or less than <DOM:-1>.
3491               @@@@SpecLevel:2
3492               @@@@ImplNote:
3493                 @@@@@lang:en
3494                 @@@@@@:
3495                   <SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML>
3496                   (<P:index> cannot <DOM:-1> in DOM Level 1.)
3497       @@Level[list]:       @@Level[list]:
3498          1          1
3499          2          2
# Line 3383  IF: Line 3520  IF:
3520              @@@@@lang:en              @@@@@lang:en
3521              @@@@@@:              @@@@@@:
3522                The last cell is deleted.                The last cell is deleted.
3523              @@@@SpecLevel:2
3524       @@Return:       @@Return:
3525          @@@Exception:          @@@Exception:
3526             @@@@Name:  INDEX_SIZE_ERR             @@@@Name:  INDEX_SIZE_ERR
# Line 3396  IF: Line 3534  IF:
3534                 @@@@@@@:                 @@@@@@@:
3535                   THe <P:index> is greater than or equal to the number                   THe <P:index> is greater than or equal to the number
3536                   of the cells or less than <DOM:-1>.                   of the cells or less than <DOM:-1>.
3537                @@@@SpecLevel:2
3538               @@@@ImplNote:
3539                 @@@@@lang:en
3540                 @@@@@@:
3541                   <SRC:DOM Level 1 Second Edition HTML, DOM Level 2 HTML>
3542                   (<P:index> cannot <DOM:-1> in DOM Level 1.)
3543       @@Level[list]:       @@Level[list]:
3544          1          1
3545          2          2
# Line 3424  IF: Line 3568  IF:
3568       @@Get:       @@Get:
3569          @@@Type:          @@@Type:
3570             DOMMain:long             DOMMain:long
3571         @@ImplNote:
3572           @@@lang:en
3573           @@@@:
3574             Writable in DOM Level 1 FE - fixed in the Errata.
3575    @Attr:    @Attr:
3576       @@Name:  abbr       @@Name:  abbr
3577       @@DocAttr:       @@DocAttr:

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24