Status: Accepted
Owner: zcorpan
New issue 87 by zcorpan: <isindex action prompt> not supported
http://code.google.com/p/html5lib/issues/detail?id=87
What steps will reproduce the problem?
Parse: <isindex action=1 prompt=2>
What is the expected output?
|html
|head
|body
|form action="1"
|hr
|p
|label
|#text: 2
|input name="isindex"
|hr
What do you see instead?
|html
|head
|body
|form
|hr
|p
|label
|#text: This is a searchable index. Insert your search keywords
here:
|input action="1" prompt="2" name="isindex"
|hr
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"html5lib-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/html5lib-discuss?hl=en-GB
-~----------~----~----~----~------~----~------~--~---