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

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.43      cvs       142: simple_ruby: ruby
                    143: complex_ruby: ruby
                    144: rtc1: rtc
                    145: rtc2: rtc
1.45      cvs       146: Language: lang
1.37      cvs       147: ID: id
1.1       cvs       148: Class: class
                    149: PseudoClass: pseudo class
                    150: Style\240: style
                    151: Invalid_attribute: invalid attribute
                    152: Ghost_restruct: ghost
                    153: background_: background
                    154: BackgroundColor: bgcolor
                    155: TextColor: text
                    156: LinkColor: link
                    157: VisitedLinkColor: vlink
                    158: ActiveLinkColor: alink
                    159: Prompt: prompt
                    160: Notation: type
1.22      cvs       161: content_type: type
                    162: script_language: language
                    163: script_src: src
                    164: for_: for
1.1       cvs       165: http_equiv: http-equiv
                    166: meta_name: name
                    167: meta_content: content
                    168: HREF_: href
1.13      cvs       169: Link_type: type
1.1       cvs       170: REL: rel
                    171: REV: rev
                    172: Title: title
                    173: Align: align
1.19      cvs       174: TextAlign: align
1.1       cvs       175: NoShade: noshade
                    176: Size_: size
                    177: Width__: width
                    178: NAME: name
                    179: Alignment: align
                    180: Height_: height
                    181: hspace: hspace
                    182: vspace: vspace
                    183: Img_border: border
                    184: ISMAP: ismap
                    185: USEMAP: usemap
1.22      cvs       186: target_: target
1.1       cvs       187: SRC: src
                    188: ALT: alt
1.22      cvs       189: BaseFontSize: size
                    190: BaseFontColor: color
                    191: BaseFontFace: face
1.6       cvs       192: Clear: clear
                    193: Left_: left
                    194: Right_: right
                    195: All_: all
1.35      cvs       196: None_: none
1.1       cvs       197: Font_size: size
                    198: applet_name: name
                    199: Param_name: name
                    200: Param_value: value
1.22      cvs       201: Param_type: type
1.13      cvs       202: Object_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.14      cvs       230: colspan_: colspan
                    231: rowspan_: rowspan
1.1       cvs       232: Cell_align: align
1.22      cvs       233: Cell_left: left
                    234: Cell_center: center
                    235: Cell_right: right
                    236: Cell_justify: justify
                    237: Cell_char: char
1.1       cvs       238: Cell_valign: valign
1.29      cvs       239: center_: center
                    240: left_: left
                    241: right_: right
1.8       cvs       242: No_wrap: nowrap
1.1       cvs       243: shape: shape
                    244: coords: coords
                    245: nohref: nohref
                    246: x_coord: x
                    247: y_coord: y
1.26      cvs       248: RowHeight: rows
                    249: ColWidth: cols
                    250: FrameName: name
                    251: FrameSrc: src
                    252: Border1: 1
                    253: Border0: 0
                    254: no_resize: noresize
1.1       cvs       255: height\240: height
1.19      cvs       256: justify_: justify
1.31      cvs       257: NoShade_: noshade
1.1       cvs       258: Top_: top
                    259: Middle_: middle
                    260: Bottom_: bottom
1.22      cvs       261: data_: data
                    262: object_: object
1.1       cvs       263: disc: disc
                    264: circle: circle
                    265: square: square
                    266: Yes_: yes
                    267: Arabic_: 1
                    268: LowerAlpha: a
                    269: UpperAlpha: A
                    270: LowerRoman: i
                    271: UpperRoman: I
                    272: Get_: get
                    273: Post_: post
                    274: No_: no
                    275: Position_top: top
                    276: Position_bottom: bottom
1.22      cvs       277: Position_left: left
                    278: Position_right: right
1.1       cvs       279: Row_top: top
                    280: Row_middle: middle
                    281: Row_bottom: bottom
                    282: Row_baseline: baseline
                    283: Cell_top: top
                    284: Cell_middle: middle
                    285: Cell_bottom: bottom
1.22      cvs       286: Cell_baseline: baseline
1.8       cvs       287: no_wrap: nowrap
1.1       cvs       288: rectangle: rect
                    289: polygon: poly
1.22      cvs       290: default_: default
1.41      cvs       291: xml_space_default: default
                    292: xml_space_preserve: preserve
                    293: xml_space: xml:space
1.44      cvs       294: SVG_Image: img
1.46    ! cvs       295: Embed: embed

Webmaster