I've been using Nick Ager's Seafox code on Html5 docs and wanted it to output
html header:[].
rather than:
html tag:'header' with:[]
In the attached package I went through the *seaside-html5 extensions to the
WAHtmlCanvas and added classes for each tag that didn't have one.
So
WAHtmlCanvas>>#header
^self tag: 'header'
becomes
WAHtmlCanvas>>#header
^self brush:WAHeaderTag new
With this seafox outputs what I want.
Original issue reported on code.google.com by
pdebr...@gmail.comon 14 Jan 2012 at 8:21Attachments: