HTML 5 and Spark view engine - Naming conflict 'section'
description
I was just trying to create a html 5 page and added some <section> (http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-section-element) tags to separate content. When the spark compiler tried to compile this page I got:
[CompilerException: Section cannot be used at this location]
Spark.Compiler.NodeVisitors.ChunkBuilderVisitor.VisitSection(SpecialNode node, SpecialNodeInspector inspector) +800
Spark.Compiler.NodeVisitors.ChunkBuilderVisitor.Visit(SpecialNode specialNode) +132
Spark.Compiler.NodeVisitors.AbstractNodeVisitor.Accept(IList`1 nodes) +101
....
I'm not sure if there are any other naming conflicts between html 5 and spark but this is a serious one as section is an important new tag.