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

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
1.72      gully      17: GRAPHICS_UNIT: \0
1.1       cvs        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
1.50      vatton     31: SCRIPT_: script
1.36      cvs        32: META: meta
                     33: LINK: link
                     34: BASE: base
                     35: NOSCRIPT: noscript
                     36: Address: address
                     37: Block_Quote: blockquote
                     38: Horizontal_Rule: hr
1.72      gully      39: Basic_Set: \0
1.36      cvs        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
1.72      gully      49: Basic_Elem: \0
1.36      cvs        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
1.57      quint      72: Variable_: var
1.36      cvs        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.72      gully      97: Form_Element: \0
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
1.70      quint     105: Text_Input: input(text)
                    106: Password_Input: input(password)
                    107: File_Input: input(file)
                    108: Checkbox_Input: input(checkbox)
                    109: Radio_Input: input(radio)
                    110: Submit_Input: input(submit)
                    111: Reset_Input: input(reset)
                    112: Button_Input: input(button)
1.42      cvs       113: BUTTON_: button
1.36      cvs       114: LABEL: label
1.70      quint     115: Hidden_Input: input(hidden)
1.1       cvs       116: Inserted_Text: text
1.36      cvs       117: Table_row: tr
1.71      quint     118: Table_: table
1.36      cvs       119: Cols: cols
1.1       cvs       120: Table_head: table head
                    121: Table_body: table body
1.36      cvs       122: CAPTION: caption
1.1       cvs       123: Column_head: column head
1.36      cvs       124: thead: thead
                    125: tbody: tbody
                    126: tfoot: tfoot
1.1       cvs       127: Table_cell: cell
1.36      cvs       128: Data_cell: td
                    129: Heading_cell: th
                    130: COLGROUP: colgroup
                    131: COL: col
                    132: MAP: map
                    133: AREA: area
                    134: FRAMESET: frameset
                    135: Frames: frames
                    136: NOFRAMES: noframes
                    137: FRAME: frame
                    138: IFRAME: iframe
1.70      quint     139: simple_ruby: ruby(simple)
                    140: complex_ruby: ruby(complex)
1.43      cvs       141: rtc1: rtc
                    142: rtc2: rtc
1.45      cvs       143: Language: lang
1.37      cvs       144: ID: id
1.1       cvs       145: Class: class
                    146: PseudoClass: pseudo class
                    147: Style\240: style
                    148: Invalid_attribute: invalid attribute
                    149: Ghost_restruct: ghost
                    150: background_: background
                    151: BackgroundColor: bgcolor
                    152: TextColor: text
                    153: LinkColor: link
                    154: VisitedLinkColor: vlink
                    155: ActiveLinkColor: alink
                    156: Prompt: prompt
                    157: Notation: type
1.22      cvs       158: content_type: type
                    159: script_src: src
1.61      cvs       160: script_language: language
1.22      cvs       161: for_: for
1.1       cvs       162: http_equiv: http-equiv
                    163: meta_name: name
                    164: meta_content: content
                    165: HREF_: href
1.13      cvs       166: Link_type: type
1.1       cvs       167: REL: rel
                    168: REV: rev
                    169: Title: title
                    170: Align: align
1.19      cvs       171: TextAlign: align
1.1       cvs       172: NoShade: noshade
                    173: Size_: size
                    174: Width__: width
                    175: NAME: name
                    176: Alignment: align
                    177: Height_: height
                    178: hspace: hspace
                    179: vspace: vspace
                    180: Img_border: border
                    181: ISMAP: ismap
                    182: USEMAP: usemap
1.22      cvs       183: target_: target
1.1       cvs       184: SRC: src
                    185: ALT: alt
1.22      cvs       186: BaseFontSize: size
                    187: BaseFontColor: color
                    188: BaseFontFace: face
1.60      quint     189: Clear_: clear
1.6       cvs       190: Left_: left
                    191: Right_: right
                    192: All_: all
1.35      cvs       193: None_: none
1.1       cvs       194: Font_size: size
                    195: applet_name: name
                    196: Param_name: name
                    197: Param_value: value
1.22      cvs       198: Param_type: type
1.13      cvs       199: Object_type: type
1.63      quint     200: EmbedHidden: hidden
                    201: EmbedName: name
1.54      cvs       202: Embed_type: type
1.1       cvs       203: BulletStyle: type
                    204: COMPACT: compact
                    205: NumberStyle: type
                    206: Start: start
                    207: ItemStyle: type
                    208: ItemValue: value
                    209: Script_URL: action
                    210: METHOD: method
                    211: ENCTYPE: enctype
                    212: Rows: rows
                    213: Columns: cols
1.22      cvs       214: accept_charset: accept-charset
1.1       cvs       215: Multiple: multiple
1.4       cvs       216: MenuSize: size
1.1       cvs       217: Selected: selected
1.6       cvs       218: Value_: value
1.1       cvs       219: Checked: checked
1.24      cvs       220: Button_type: type
1.25      cvs       221: Associated_control: for
1.28      cvs       222: LAlign: align
1.1       cvs       223: Area_Size: size
                    224: MaxLength: maxlength
                    225: Border: border
1.22      cvs       226: rules_: rules
1.35      cvs       227: none_: none
1.1       cvs       228: Position: align
                    229: Row_valign: valign
1.53      quint     230: rowspan_: rowspan
1.14      cvs       231: colspan_: colspan
1.53      quint     232: span_: span
1.1       cvs       233: Cell_align: align
1.22      cvs       234: Cell_left: left
                    235: Cell_center: center
                    236: Cell_right: right
                    237: Cell_justify: justify
                    238: Cell_char: char
1.1       cvs       239: Cell_valign: valign
1.29      cvs       240: center_: center
                    241: left_: left
                    242: right_: right
1.8       cvs       243: No_wrap: nowrap
1.1       cvs       244: shape: shape
                    245: coords: coords
                    246: nohref: nohref
                    247: x_coord: x
                    248: y_coord: y
1.26      cvs       249: RowHeight: rows
                    250: ColWidth: cols
                    251: FrameSrc: src
                    252: Border1: 1
                    253: Border0: 0
                    254: no_resize: noresize
1.62      quint     255: auto_: auto
1.47      vatton    256: IntHeightPxl: height
1.19      cvs       257: justify_: justify
1.31      cvs       258: NoShade_: noshade
1.1       cvs       259: Top_: top
                    260: Middle_: middle
                    261: Bottom_: bottom
1.22      cvs       262: data_: data
                    263: object_: object
1.71      quint     264: disc_: disc
                    265: circle_: circle
                    266: square_: square
1.1       cvs       267: Yes_: yes
                    268: Arabic_: 1
                    269: LowerAlpha: a
                    270: UpperAlpha: A
1.71      quint     271: LowerRoman_: i
                    272: UpperRoman_: I
1.1       cvs       273: Get_: get
                    274: Post_: post
                    275: No_: no
                    276: Position_top: top
                    277: Position_bottom: bottom
1.22      cvs       278: Position_left: left
                    279: Position_right: right
1.1       cvs       280: Row_top: top
                    281: Row_middle: middle
                    282: Row_bottom: bottom
                    283: Row_baseline: baseline
                    284: Cell_top: top
                    285: Cell_middle: middle
                    286: Cell_bottom: bottom
1.22      cvs       287: Cell_baseline: baseline
1.8       cvs       288: no_wrap: nowrap
1.1       cvs       289: rectangle: rect
                    290: polygon: poly
1.22      cvs       291: default_: default
1.49      quint     292: ltr_: ltr
                    293: rtl_: rtl
1.74    ! vatton    294: xmlid: xml:id
1.41      cvs       295: xml_space_default: default
                    296: xml_space_preserve: preserve
                    297: xml_space: xml:space
1.68      cvs       298: External_Object: img
1.52      quint     299: Embed_: embed
1.70      quint     300: XMLPI: PI

Webmaster