Home | History | Annotate | Download | only in loader

Lines Matching full:head

507 // Other browsers allow comments in the head section, so we need to also.
537 const int bytesToCheckUnconditionally = 1024; // That many input bytes will be checked for meta charset even if <head> section is over.
547 // through the HTML head several times.
590 // we still don't have an encoding, and are in the head
591 // the following tags are allowed in <head>:
594 // We stop scanning when a tag that is not permitted in <head>
595 // is seen, rather when </head> is seen, because that more closely
603 // Since many sites have charset declarations after <body> or other tags that are disallowed in <head>,
607 bool inHeadSection = true; // Becomes false when </head> or any tag not allowed in head is encountered.