Oak::Web::HTML::PhraseElement - Base for PhraseElements


NAME

Oak::Web::HTML::PhraseElement - Base for PhraseElements (defined by W3C)


HIERARCHY

Oak::Object

Oak::Persistent

Oak::Component

Oak::Web::Visual

Oak::Web::Container

Oak::Web::HTML::PhraseElement


PROPERTIES

The Oak::Web::HTML::PhraseElement object has the following properties:

type
One of:
  EM | STRONG | DFN | CODE | SAMP | KBD | VAR | CITE | ABBR | ACRONYM
  TT | I | B | BIG | SMALL

All other defined by W3C.
This component will use all the available properties following the rules of HTML4.01


BUGS

Too early to determine. :)


COPYRIGHT

Copyright (c) 2001 Daniel Ruoso <daniel@ruoso.com> All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

 Oak::Web::HTML::PhraseElement - Base for PhraseElements