embed-contextmenu-isvalid.xhtml (392B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <title>valid embed contextmenu</title> 4 </head> 5 <body> 6 <embed contextmenu='foo'/> 7 <!-- Since contextmenu is no longer a global attribute, 8 it is allowed on embed like any other unknown attribute, 9 and shouldn't give a warning or error about not matching 10 the ID of a <menu type='context'> etc. --> 11 </body> 12 </html>