Skip to content

HTML5 Tags have superfluous space #701

@GoogleCodeExporter

Description

@GoogleCodeExporter
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.com on 14 Jan 2012 at 8:21

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions