Class
HTML5::InRowPhase
In:
lib/html5/html5parser/in_row_phase.rb
Parent:
Phase
Methods
clearStackToTableRowContext
endTagIgnore
endTagOther
endTagTable
endTagTableRowGroup
endTagTr
ignoreEndTagTr
processCharacters
startTagOther
startTagTableCell
startTagTableOther
Public Instance methods
endTagIgnore
(name)
endTagOther
(name)
endTagTable
(name)
endTagTableRowGroup
(name)
endTagTr
(name)
processCharacters
(data)
startTagOther
(name, attributes)
startTagTableCell
(name, attributes)
startTagTableOther
(name, attributes)
Protected Instance methods
clearStackToTableRowContext
()
XXX unify this with other table helper methods
ignoreEndTagTr
()
[Validate]