Package lxml :: Package html :: Module defs
[frames] | no frames]

Module defs

source code

Variables
  empty_tags = ['area', 'base', 'basefont', 'br', 'col', 'frame'...
  deprecated_tags = ['applet', 'basefont', 'center', 'dir', 'fon...
  link_attrs = ['action', 'archive', 'background', 'cite', 'clas...
  event_attrs = ['onblur', 'onchange', 'onclick', 'ondblclick', ...
  safe_attrs = ['abbr', 'accept', 'accept-charset', 'accesskey',...
  top_level_tags = ['html', 'head', 'body', 'frameset']
  head_tags = ['base', 'isindex', 'link', 'meta', 'script', 'sty...
  general_block_tags = ['address', 'blockquote', 'center', 'del'...
  list_tags = ['dir', 'dl', 'dt', 'dd', 'li', 'menu', 'ol', 'ul']
  table_tags = ['table', 'caption', 'colgroup', 'col', 'thead', ...
  block_tags = ['address', 'blockquote', 'center', 'del', 'div',...
  form_tags = ['form', 'button', 'fieldset', 'legend', 'input', ...
  special_inline_tags = ['a', 'applet', 'basefont', 'bdo', 'br',...
  phrase_tags = ['abbr', 'acronym', 'cite', 'code', 'del', 'dfn'...
  font_style_tags = ['b', 'big', 'i', 's', 'small', 'strike', 't...
  frame_tags = ['frameset', 'frame', 'noframes']
  nonstandard_tags = ['blink', 'marque']
  tags = ['html', 'head', 'body', 'frameset', 'base', 'isindex',...
Variables Details

empty_tags

Value:
['area',
 'base',
 'basefont',
 'br',
 'col',
 'frame',
 'hr',
 'img',
...

deprecated_tags

Value:
['applet',
 'basefont',
 'center',
 'dir',
 'font',
 'isindex',
 'menu',
 's',
...

link_attrs

Value:
['action',
 'archive',
 'background',
 'cite',
 'classid',
 'codebase',
 'data',
 'href',
...

event_attrs

Value:
['onblur',
 'onchange',
 'onclick',
 'ondblclick',
 'onerror',
 'onfocus',
 'onkeydown',
 'onkeypress',
...

safe_attrs

Value:
['abbr',
 'accept',
 'accept-charset',
 'accesskey',
 'action',
 'align',
 'alt',
 'axis',
...

head_tags

Value:
['base', 'isindex', 'link', 'meta', 'script', 'style', 'title']

general_block_tags

Value:
['address',
 'blockquote',
 'center',
 'del',
 'div',
 'h1',
 'h2',
 'h3',
...

table_tags

Value:
['table',
 'caption',
 'colgroup',
 'col',
 'thead',
 'tfoot',
 'tbody',
 'tr',
...

block_tags

Value:
['address',
 'blockquote',
 'center',
 'del',
 'div',
 'h1',
 'h2',
 'h3',
...

form_tags

Value:
['form',
 'button',
 'fieldset',
 'legend',
 'input',
 'label',
 'select',
 'optgroup',
...

special_inline_tags

Value:
['a',
 'applet',
 'basefont',
 'bdo',
 'br',
 'embed',
 'font',
 'iframe',
...

phrase_tags

Value:
['abbr',
 'acronym',
 'cite',
 'code',
 'del',
 'dfn',
 'em',
 'ins',
...

font_style_tags

Value:
['b', 'big', 'i', 's', 'small', 'strike', 'tt', 'u']

tags

Value:
['html',
 'head',
 'body',
 'frameset',
 'base',
 'isindex',
 'link',
 'meta',
...