Method: HTML5::InTablePhase#startTagCol
- Defined in:
- lib/feed_tools/vendor/html5/lib/html5/html5parser/in_table_phase.rb
#startTagCol(name, attributes) ⇒ Object
36 37 38 39 |
# File 'lib/feed_tools/vendor/html5/lib/html5/html5parser/in_table_phase.rb', line 36 def startTagCol(name, attributes) startTagColgroup('colgroup', {}) @parser.phase.processStartTag(name, attributes) end |