1. 10 Jan, 2012 2 commits
    • Robert Griesemer's avatar
      go/doc: first steps towards cleaning up go/doc · 22dfc77c
      Robert Griesemer authored
      - separated exported data structures from doc reader
        by extracting all exported data structures into doc.go
        and moving the implementation into reader.go
      - added missing documentation comments
      - no API or semantic changes (but moved positions of
        PackageDoc.Doc and TypeDoc.Decl field up for consistency)
      - runs all tests
      
      R=golang-dev, r
      CC=golang-dev
      https://golang.org/cl/5527063
      22dfc77c
    • 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