• 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
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.ccmd Loading commit data...
Make.clib Loading commit data...
Make.cmd Loading commit data...
Make.common Loading commit data...
Make.inc Loading commit data...
Make.pkg Loading commit data...
all-qemu.bash Loading commit data...
all.bash Loading commit data...
buildinfo.sh Loading commit data...
buildscript.sh Loading commit data...
buildscript_darwin_386.sh Loading commit data...
buildscript_darwin_amd64.sh Loading commit data...
buildscript_freebsd_386.sh Loading commit data...
buildscript_freebsd_amd64.sh Loading commit data...
buildscript_linux_386.sh Loading commit data...
buildscript_linux_amd64.sh Loading commit data...
buildscript_linux_arm.sh Loading commit data...
buildscript_netbsd_386.sh Loading commit data...
buildscript_netbsd_amd64.sh Loading commit data...
buildscript_openbsd_386.sh Loading commit data...
buildscript_openbsd_amd64.sh Loading commit data...
buildscript_plan9_386.sh Loading commit data...
buildscript_windows_386.sh Loading commit data...
buildscript_windows_amd64.sh Loading commit data...
clean.bash Loading commit data...
env.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...
version.bash Loading commit data...