Descriptionhtml: foreign element HTML integration points, tag name adjustment,
shorten the MathML namespace abbreviation from "mathml" to "math".
Python's html5lib uses "mathml", but I think that that is an internal
implementation detail; the test cases use "math".
Pass tests10.dat, test 30:
<div><svg><path><foreignObject><math></div>a
| <html>
| <head>
| <body>
| <div>
| <svg svg>
| <svg path>
| <svg foreignObject>
| <math math>
| "a"
Patch Set 1 #Patch Set 2 : diff -r 52ae6fbcc97a https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 52ae6fbcc97a https://go.googlecode.com/hg/ #
Total comments: 2
Patch Set 4 : diff -r 3cd651bb0d3a https://go.googlecode.com/hg/ #
Total comments: 2
Patch Set 5 : diff -r 7532f9705801 https://go.googlecode.com/hg/ #
MessagesTotal messages: 6
|