issues
search
taoqf
/
node-html-parser
A very fast HTML parser, generating a simplified DOM, with basic element query support.
MIT License
1.12k
stars
112
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Correctly handle attributes with dots in names
#284
callmephilip
opened
1 day ago
0
querySelectorAll partial results
#283
eltomjan
closed
2 weeks ago
0
`querySelectorAll` doesn't match elements within a `<script>` tag
#282
zedtux
opened
1 month ago
0
Implement more getters and methods on HTMLElement, in accordance with the DOM spec
#281
Maluscat
closed
1 day ago
0
Regression: Versions >= v5.3.2 are unable to parse specific link
#280
stalgiag
opened
1 month ago
1
HTML considered invalid wrongly.
#279
an0rak-dev
opened
2 months ago
0
Possibility to get Elements by Classname
#278
wjanes
closed
3 months ago
2
Incorrect parsing of tag name
#277
noway
opened
5 months ago
0
:contains() Case insensitive
#276
servefast-cto
opened
6 months ago
2
BUG: outerHTML drop <script>'s start tag
#275
Zhang-Junzhi
opened
7 months ago
1
removeWhitespace + outerHTML don't remove meaningless white-spaces inside start and end tags
#274
Zhang-Junzhi
closed
6 months ago
0
docs(readme): add missing parse options
#273
pmilanowicz-finder
closed
6 months ago
1
null root node when parsing the following
#272
lilezek
opened
8 months ago
1
Add replaceWith method to text node
#271
McFizh
opened
8 months ago
1
Comment parsing doesn't seem to work
#270
ktrieu
opened
8 months ago
0
Missing TS definition for `.rawTagName`
#269
rschristian
opened
8 months ago
0
Wrong output on malformed HTML
#268
amartini
opened
8 months ago
0
Incorrect Handling of Empty Class Attributes in SVG Parsing
#267
schleif
opened
8 months ago
0
Enquiry
#266
olawalejuwonm
opened
9 months ago
1
Bug when parsing <![CDATA[]]> tag which contains <> (angle brackets)
#263
navrkald
opened
9 months ago
0
does it support chrome extension service worker in MV3/V3?
#262
codeyourwayup
opened
10 months ago
0
node_modules/node-html-parser/dist/nodes/comment.d.ts(18,1) | TS1128: Declaration or statement expected.
#261
aguirrejuanse
closed
11 months ago
1
100% cpu while parsing document
#260
papirosko
opened
11 months ago
6
querySelectorAll does not work as expected
#259
PacoVK
opened
11 months ago
2
removeAttribute makes boolean attributes render incorrectly.
#258
allain
closed
10 months ago
0
fix: nullable return types of HTMLElement
#257
wdzeng
closed
11 months ago
0
multiple HTMLElement wrapping after parse
#256
SayWut
closed
1 year ago
1
fix: #254
#255
julienc91
closed
1 year ago
1
abbr tag not parsed correctly
#254
julienc91
closed
1 year ago
0
restore the prepare script "npm run build"
#253
milahu
closed
1 year ago
1
fix: Fixed typo in JSDoc for HTMLElement `structure` method
#252
askoufis
closed
1 year ago
1
Mermaid diagram in README.md is overflowing the call stack
#251
dpilafian
closed
1 year ago
1
Compile error: Cannot find name 'IterableIterator'.
#250
NuclleaR
closed
1 year ago
1
Line breaks are ignored by innerText
#249
1RandomDev
closed
1 year ago
6
Custom void tags are not working
#248
zuozuomuxi
closed
1 year ago
0
Non-ASCII characters are parsed incorrectly.
#247
kotoshii
closed
1 year ago
1
Configuration option to disable auto-closing tags
#246
wcauchois
closed
1 year ago
1
How to replace `HTMLElement`s using `exchangeChild()`
#244
skizzo
closed
1 year ago
1
get an error when parse vue html
#243
samoyee
closed
1 year ago
1
issue finding href of <a> tag
#242
psquared-dev
closed
1 year ago
6
Broken HTML isn't parsed correctly
#241
bennbollay
closed
1 year ago
1
Update unchanged attributes, By `setAttribute`
#240
ykawakamy
closed
1 year ago
1
Sample querying for id not working?
#239
vicmortelmans
closed
1 year ago
1
Fails to correctly parse attributes with dot(.) in the name
#237
Devmond
closed
1 day ago
3
Can I use this library on browser
#236
EmmetZC
closed
1 year ago
1
Skip `<template />` tags in `textContent`
#235
dgp1130
closed
1 year ago
1
First attribute in a tag wins
#234
bennbollay
closed
1 year ago
1
Added colon to parsing attribute name
#233
djflyte
closed
1 year ago
2
Node html parser ignore tbody
#232
Celtian
closed
1 year ago
3
parse & parseNoneClosedTags invalid behaviour
#231
bujhmt
opened
1 year ago
1
Next