• Nigel Tao's avatar
    html: adjust foreign attributes. · d5e45e3a
    Nigel Tao authored
    Pass tests10.dat, test 22:
    <!DOCTYPE html><body xlink:href=foo><svg xlink:href=foo></svg>
    
    | <!DOCTYPE html>
    | <html>
    |   <head>
    |   <body>
    |     xlink:href="foo"
    |     <svg svg>
    |       xlink href="foo"
    
    Also pass tests through test 29:
    <div><svg><path></svg><path>
    
    R=andybalholm
    CC=golang-dev
    https://golang.org/cl/5489117
    d5e45e3a
render.go 7.08 KB