Home | History | Annotate | Download | only in html5lib

Lines Matching full:prompt

1206             if "prompt" in token["data"]:
1207 prompt = token["data"]["prompt"]
1209 prompt = "This is a searchable index. Enter search keywords: "
1211 {"type": tokenTypes["Characters"], "data": prompt})
1215 if "prompt" in attributes:
1216 del attributes["prompt"]