Home | History | Annotate | Download | only in impl

Lines Matching refs:HTML

302     // False when not inside an HTML attribute value
307 // Or when the HTML attribute is not of URI type.
353 case HTML:
373 * Resets the state of the parser to the initial state of parsing HTML.
377 resetMode(Mode.HTML);
386 * parsing of HTML attribute names and values where content we do not
391 * <li>We are at the start of the value of a URL-accepting HTML attribute. In
394 * to perform on the HTML attribute value. We avoid injecting fake data and
399 * change internal state to be now inside a non-quoted HTML attribute
497 * Starts recording the name of the HTML tag. Called when the parser
513 * Starts recording the name of the HTML attribute. Called when the parser
514 * enters a new HTML attribute.
525 * Tracks the index within the HTML attribute value and initializes
528 * Called when the parser enters a new HTML attribute value.