Visit Mozilla.org

The tag microformat

From MDC

This article covers features introduced in Firefox 3

The tag microformat is used to add tags to other microformats.

Contents

[edit] Properties

Property Description
tag A virtual property that returns a textual description of the tag. Provide more details once I have time to parse what this is doing.
link A URL associated with the tag.
text The text associated with the tag.

[edit] Methods

[edit] toString()

Returns the tag as a string.

tagString = tag.toString();
[edit] Parameters

None.

[edit] Return value

The tag as a single string. This is currently simply the value of the tag property.

[edit] See also