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

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

Webmaster