No idea what this is about as I haven't studied your tree yet but here's
a couple of XML enhancements I'd like to see accepted by the mainstream
(including the webkit parser)
1. default element close.
syntax: <myelement>
[stuff]
</>
currently you have to do :
<myelement>
[stuff]
</myelement>
which is overly verbose.
2. drop the requirement for quotes on attributes where the value doesn't
contain whitespace.
So <myelement thing=5/>
rather than the bloaty <myelement thing="5"/>
Yeah I know those aren't in the current XML spec. Just sayin'.
- Steve
On 18/01/2013 00:15, Adam Barth wrote:
Maciej has asked that we keep it around until the end of February:
https://bugs.webkit.org/show_bug.cgi?id=100710
Adam
On Thu, Jan 17, 2013 at 4:10 PM, Ryosuke Niwa <rn...@webkit.org> wrote:
Hi,
It has been 11 months since Eric initially raised the concern. Can we go
ahead and remove the parser now?
- R. Niwa
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev