config/WikitextConstants~WikitextConstants.HTML

Show:

Members

(static) ChildTableTags :Set

Table tags that can be children.

Table tags that can be children.

Type:
Source:

(static) FosterablePosition :Set

...

(static) HTML4BlockTags :Set

From https://developer.mozilla.org/en-US/docs/HTML/Block-level_elements. However, you probably want to use TokenUtils.isBlockTag(), where some exceptions are being made.

Type:
Source:

(static) HTML4InlineTags :Set

From https://developer.mozilla.org/en-US/docs/Web/HTML/Inline_elements plus some non-strict elements not on that list (FONT, S, STRIKE, U) since these are tags that are actually used on wikipedias.

From https://developer.mozilla.org/en-US/docs/Web/HTML/Inline_elements plus some non-strict elements not on that list (FONT, S, STRIKE, U) since these are tags that are actually used on wikipedias.

All HTML5 formatting elements except NOBR are on this list.

Type:
Source:

(static) HTML5Tags :Set

The list of HTML5 tags, mainly used for the identification of non-html tags.

The list of HTML5 tags, mainly used for the identification of non-html tags. Non-html tags terminate otherwise tag-eating rules in the tokenizer to support potential extension tags.

Type:
Source:

(static) ListItemTags :Set

...

(static) ListTags :Set

...

(static) OlderHTMLTags :Set

From http://www.w3.org/TR/html5-diff/#obsolete-elements. SSS FIXME: basefont is missing here, but looks like the PHP parser does not support it anyway and treats it as plain text. So, skipping this one in Parsoid as well.

Type:
Source:

(static) ParentTableTags :Set

Table tags that can be parents.

Table tags that can be parents.

Type:
Source:

(static) TableContentModels :Map

...

(static) TableTags :Set

...