Annotation of Amaya/amaya/HTML.en, revision 1.42

1.1       cvs         1: extension
                      2: 
                      3: presentation
                      4: 
                      5:  HTMLP:  Standard presentation
1.36      cvs         6:  HTMLPBW: Black and White
1.1       cvs         7:  HTMLPP: With pages
                      8: 
                      9: export
                     10: 
                     11:  HTMLT: HTML
1.9       cvs        12:  HTMLTT: Text
1.1       cvs        13: 
                     14: translation
                     15: 
                     16: TEXT_UNIT: Text
                     17: GRAPHICS_UNIT: Graphics
                     18: SYMBOL_UNIT: Symbol
1.36      cvs        19: PICTURE_UNIT: img
1.1       cvs        20: REFERENCE_UNIT: Reference
                     21: PAGE_BREAK: Page_break
                     22: 
1.36      cvs        23: HTML: html
                     24: BODY: body
                     25: Invalid_element: invalid element
1.1       cvs        26: Comment\240: Comment
1.36      cvs        27: HEAD: head
                     28: TITLE: title
                     29: ISINDEX: isindex
                     30: STYLE_: style
                     31: SCRIPT: script
                     32: META: meta
                     33: LINK: link
                     34: BASE: base
                     35: NOSCRIPT: noscript
                     36: Address: address
                     37: Block_Quote: blockquote
                     38: Horizontal_Rule: hr
                     39: Basic_Set: Element
                     40: Paragraph: p
                     41: H1: h1
                     42: H2: h2
                     43: H3: h3
                     44: H4: h4
                     45: H5: h5
                     46: H6: h6
                     47: Preformatted: pre
                     48: Anchor: a
                     49: Basic_Elem: Element
                     50: Subscript: sub
                     51: Superscript: sup
                     52: Span: span
                     53: BDO: bdo
                     54: BaseFont: basefont
                     55: BR: br
                     56: Quotation: q
                     57: Font: font
                     58: Teletype_text: tt
                     59: Italic_text: i
                     60: Bold_text: b
                     61: Underlined_text: u
                     62: Struck_text: strike
                     63: Big_text: big
                     64: Small_text: small
1.1       cvs        65: Phrase: phrase
1.36      cvs        66: Emphasis: em
                     67: Strong: strong
                     68: Def: dfn
                     69: Code: code
                     70: Sample: samp
                     71: Keyboard: kbd
                     72: Variable: var
                     73: Cite: cite
                     74: ABBR: abbr
                     75: ACRONYM: acronym
                     76: Font_: font
                     77: Applet: applet
                     78: Parameter: param
                     79: Object: object
                     80: INS: ins
                     81: DEL: del
1.1       cvs        82: Block: block
1.36      cvs        83: Division: div
                     84: Center: center
1.1       cvs        85: List_: list
1.36      cvs        86: Unnumbered_List: ul
                     87: Numbered_List: ol
                     88: Directory: dir
                     89: Menu: menu
                     90: Definition_List: dl
                     91: List_Item: li
1.1       cvs        92: Definition_Item: definition item
                     93: Term_List: term list
1.36      cvs        94: Term: dt
                     95: Definition: dd
                     96: Form: form
1.1       cvs        97: Form_Element: form element
1.36      cvs        98: Option_Menu: select
                     99: Option: option
                    100: OptGroup: optgroup
                    101: Text_Area: textarea
                    102: FIELDSET: fieldset
                    103: LEGEND: legend
                    104: Input: input
                    105: Text_Input: input
                    106: Password_Input: input
                    107: File_Input: input
                    108: Checkbox_Input: input
                    109: Radio_Input: input
                    110: Submit_Input: input
                    111: Reset_Input: input
                    112: Button_Input: input
1.42    ! cvs       113: BUTTON_: button
1.36      cvs       114: LABEL: label
                    115: Hidden_Input: input
1.1       cvs       116: Text_With_Frame: text
                    117: Inserted_Text: text
                    118: Frame: frame
1.36      cvs       119: Table_row: tr
                    120: Table: table
                    121: Cols: cols
1.1       cvs       122: Table_head: table head
                    123: Table_body: table body
                    124: Table_foot: table foot
1.36      cvs       125: CAPTION: caption
1.1       cvs       126: Column_head: column head
1.36      cvs       127: thead: thead
                    128: tbody: tbody
                    129: tfoot: tfoot
1.1       cvs       130: Table_cell: cell
1.36      cvs       131: Data_cell: td
                    132: Heading_cell: th
                    133: COLGROUP: colgroup
                    134: COL: col
                    135: MAP: map
                    136: AREA: area
                    137: FRAMESET: frameset
                    138: Frames: frames
                    139: NOFRAMES: noframes
                    140: FRAME: frame
                    141: IFRAME: iframe
1.13      cvs       142: Langue: lang
1.37      cvs       143: ID: id
1.1       cvs       144: Class: class
                    145: PseudoClass: pseudo class
                    146: Style\240: style
                    147: Invalid_attribute: invalid attribute
                    148: Ghost_restruct: ghost
                    149: background_: background
                    150: BackgroundColor: bgcolor
                    151: TextColor: text
                    152: LinkColor: link
                    153: VisitedLinkColor: vlink
                    154: ActiveLinkColor: alink
                    155: Prompt: prompt
                    156: Notation: type
1.22      cvs       157: content_type: type
                    158: script_language: language
                    159: script_src: src
                    160: for_: for
1.1       cvs       161: http_equiv: http-equiv
                    162: meta_name: name
                    163: meta_content: content
                    164: HREF_: href
1.13      cvs       165: Link_type: type
1.1       cvs       166: REL: rel
                    167: REV: rev
                    168: Title: title
                    169: Align: align
1.19      cvs       170: TextAlign: align
1.1       cvs       171: NoShade: noshade
                    172: Size_: size
                    173: Width__: width
                    174: NAME: name
                    175: Alignment: align
                    176: Height_: height
                    177: hspace: hspace
                    178: vspace: vspace
                    179: Img_border: border
                    180: ISMAP: ismap
                    181: USEMAP: usemap
1.22      cvs       182: target_: target
1.1       cvs       183: SRC: src
                    184: ALT: alt
1.22      cvs       185: BaseFontSize: size
                    186: BaseFontColor: color
                    187: BaseFontFace: face
1.6       cvs       188: Clear: clear
                    189: Left_: left
                    190: Right_: right
                    191: All_: all
1.35      cvs       192: None_: none
1.1       cvs       193: Font_size: size
                    194: applet_name: name
                    195: Param_name: name
                    196: Param_value: value
1.22      cvs       197: Param_type: type
1.13      cvs       198: Object_type: type
1.1       cvs       199: BulletStyle: type
                    200: COMPACT: compact
                    201: NumberStyle: type
                    202: Start: start
                    203: ItemStyle: type
                    204: ItemValue: value
                    205: Script_URL: action
                    206: METHOD: method
                    207: ENCTYPE: enctype
                    208: Rows: rows
                    209: Columns: cols
1.22      cvs       210: accept_charset: accept-charset
1.1       cvs       211: Multiple: multiple
1.4       cvs       212: MenuSize: size
1.1       cvs       213: Selected: selected
1.6       cvs       214: Value_: value
1.1       cvs       215: Checked: checked
1.24      cvs       216: Button_type: type
1.25      cvs       217: Associated_control: for
1.28      cvs       218: LAlign: align
1.1       cvs       219: Area_Size: size
                    220: MaxLength: maxlength
                    221: Border: border
1.22      cvs       222: rules_: rules
1.35      cvs       223: none_: none
1.1       cvs       224: Position: align
                    225: Row_valign: valign
1.14      cvs       226: colspan_: colspan
                    227: rowspan_: rowspan
1.1       cvs       228: Cell_align: align
1.22      cvs       229: Cell_left: left
                    230: Cell_center: center
                    231: Cell_right: right
                    232: Cell_justify: justify
                    233: Cell_char: char
1.1       cvs       234: Cell_valign: valign
1.29      cvs       235: center_: center
                    236: left_: left
                    237: right_: right
1.8       cvs       238: No_wrap: nowrap
1.1       cvs       239: shape: shape
                    240: coords: coords
                    241: nohref: nohref
                    242: x_coord: x
                    243: y_coord: y
1.26      cvs       244: RowHeight: rows
                    245: ColWidth: cols
                    246: FrameName: name
                    247: FrameSrc: src
                    248: Border1: 1
                    249: Border0: 0
                    250: no_resize: noresize
1.1       cvs       251: height\240: height
1.19      cvs       252: justify_: justify
1.31      cvs       253: NoShade_: noshade
1.1       cvs       254: Top_: top
                    255: Middle_: middle
                    256: Bottom_: bottom
1.22      cvs       257: data_: data
                    258: object_: object
1.1       cvs       259: disc: disc
                    260: circle: circle
                    261: square: square
                    262: Yes_: yes
                    263: Arabic_: 1
                    264: LowerAlpha: a
                    265: UpperAlpha: A
                    266: LowerRoman: i
                    267: UpperRoman: I
                    268: Get_: get
                    269: Post_: post
                    270: No_: no
                    271: Position_top: top
                    272: Position_bottom: bottom
1.22      cvs       273: Position_left: left
                    274: Position_right: right
1.1       cvs       275: Row_top: top
                    276: Row_middle: middle
                    277: Row_bottom: bottom
                    278: Row_baseline: baseline
                    279: Cell_top: top
                    280: Cell_middle: middle
                    281: Cell_bottom: bottom
1.22      cvs       282: Cell_baseline: baseline
1.8       cvs       283: no_wrap: nowrap
1.1       cvs       284: rectangle: rect
                    285: polygon: poly
1.22      cvs       286: default_: default
1.41      cvs       287: xml_space_default: default
                    288: xml_space_preserve: preserve
                    289: xml_space: xml:space

Webmaster