htmlparser icon indicating copy to clipboard operation
htmlparser copied to clipboard

The Validator.nu HTML parser https://about.validator.nu/htmlparser/

Results 19 htmlparser issues
Sort by recently updated
recently updated
newest added

Apparently it’s possible for a `mode` value to be such that `AttributeName.getQName(mode)` returns null. So this change adds a null check to catch that. Otherwise, without this change, some documents...

`` causes this warning: ``` Attribute href without an explicit value seen. The attribute may be dropped by IE7. ``` This warning should be omitted without replacement (later IE versions...

Bumps [icu4j](https://github.com/unicode-org/icu) from 71.1 to 73.2. Release notes Sourced from icu4j's releases. ICU 73.2 We are pleased to announce the release of Unicode® ICU 73.2. It updates to CLDR 43.1...

dependencies
java

According to [the HTML standard](https://html.spec.whatwg.org/multipage/syntax.html#syntax-ambiguous-ampersand), "an ambiguous ampersand is a U+0026 AMPERSAND character (&) that is followed by one or more ASCII alphanumerics, followed by a U+003B SEMICOLON character (;),...

bug

Bumps [xom](https://github.com/elharo/xom) from 1.1 to 1.3.9. Release notes Sourced from xom's releases. XOM 1.2.11 Update and improve build system and website generation. The binary is now compiled against Java 1.6...

dependencies
java

Currently the only way to specify the charset is in the document (with BOM or ` The UTF-8 encoding has a highly detectable bit pattern. Files from the local file...

The original 1.4 distribution contained some example apps, that could be used from the command line. The author stated: > ### Sample Apps > The jar file contains sample `main()`...

We probably want to remove `errorProfileMap` and all its related stuff in the tokenizer code, since there’s no evidence it’s used by anybody anywhere in any consumer code except for...

Bumps [maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) from 1.7 to 3.1.0. Commits feceee8 [maven-release-plugin] prepare release maven-antrun-plugin-3.1.0 4e899c4 [MANTRUN-236] Upgrade Maven Plugin Plugin to 3.6.4 61c21bd Update CI URL b446737 Bump checkstyle from 9.2.1 to...

dependencies
java

Hi! I was wondering if you would be interested in getting htmlparser fuzzed by OSS-Fuzz? Fuzzing is a technique for stress-testing applications and OSS-Fuzz is a service run by Google...