1. 10 Jan, 2012 1 commit
    • Nigel Tao's avatar
      html: foreign element HTML integration points, tag name adjustment, · 748fab9d
      Nigel Tao authored
      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"
      
      R=andybalholm
      CC=golang-dev
      https://golang.org/cl/5529044
      748fab9d
  2. 09 Jan, 2012 19 commits
  3. 08 Jan, 2012 2 commits
  4. 06 Jan, 2012 5 commits
  5. 05 Jan, 2012 12 commits
  6. 04 Jan, 2012 1 commit