issues
search
y21
/
tl
Fast, zero-copy HTML Parser written in Rust
https://docs.rs/tl
MIT License
336
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Wrongly parses attribute if the preceding attribute is valueless
#70
EATSTEAK
opened
2 months ago
0
Avoid truncating URLs in unquoted hrefs
#69
charliermarsh
opened
3 months ago
2
Quote-less `href` values are truncated
#68
charliermarsh
opened
3 months ago
0
Handle whitespace inside closing tags
#67
tslnc04
opened
7 months ago
0
Fix precedence for descendant and parent selectors
#66
tslnc04
opened
7 months ago
0
cannot handle line return inside closing tags
#65
Akronae
opened
8 months ago
0
cannot handle single quote (`'`) string attributes with double quote (`"`) in content
#64
Akronae
opened
8 months ago
0
Address overflow in `find_last_node_handle`
#63
amandasystems
opened
9 months ago
0
wrongly parses tags inside `<script>` element
#62
jaredh159
opened
10 months ago
2
Bytes input instead of string input
#61
konstin
opened
11 months ago
0
Update nightly SIMD impl after std::simd::cmp::* changes
#60
evertedsphere
closed
10 months ago
2
Fix odd-number closing dash comment bug
#59
NightEule5
opened
1 year ago
1
Comment ending in `--->` causes parser to skip following nodes
#58
NightEule5
opened
1 year ago
1
accept illegal close tag like Chromium does
#56
lovebaihezi
opened
1 year ago
0
Query selector parsing with parents wrong (precedence not handled)
#54
tslnc04
opened
2 years ago
0
read_ident() result differs between SIMD and non-SIMD
#53
kelko
opened
2 years ago
1
Add HTML version detection for 4.01 variants
#52
kelko
opened
2 years ago
0
Fix MDN-related doc comments (#50)
#51
kelko
closed
10 months ago
0
Incorrect link to MDN in doc for Tag innerText
#50
kelko
closed
10 months ago
1
[Merged by Bors] - Fix void elements having closing tags
#49
kelko
closed
2 years ago
6
We need to add two more symbols for link types
#48
mehmetcansahin
closed
2 years ago
0
[Merged by Bors] - Quote bugfix
#47
mehmetcansahin
closed
2 years ago
4
query_selector cannot parse meta[property=og:title]
#46
mehmetcansahin
closed
2 years ago
3
[Merged by Bors] - 0.7.6
#44
y21
closed
2 years ago
3
Replace InlineVec with SmallVec
#43
y21
opened
2 years ago
0
Doc examples are too noisy
#42
y21
opened
2 years ago
0
tl does not build anymore with simd feature flag
#41
y21
closed
2 years ago
1
Feature Request: HTMLTag#children_mut
#40
kelko
closed
2 years ago
4
Isn't HTMLTag#inner_html actually an outer_html?
#39
kelko
closed
2 years ago
2
[Merged by Bors] - Fix for correctly parsing closing tags
#38
LDSpits
closed
2 years ago
6
tl does not properly handle "void" closing tags.
#37
LDSpits
closed
2 years ago
2
Decode HTML entities
#36
y21
opened
2 years ago
0
[Merged by Bors] - clarify specification compliance
#35
y21
closed
2 years ago
2
WHATWG-compliant?
#34
untitaker
opened
2 years ago
2
[Merged by Bors] - Optimize stable parser
#33
y21
closed
2 years ago
2
[Merged by Bors] - Fix HTMLTag::raw missing end of tag
#32
y21
closed
2 years ago
2
HTMLTag::raw returns bytes excluding the last byte
#31
trrk
closed
2 years ago
3
[Merged by Bors] - Add `Attributes::{remove, remove_value, contains}`
#30
y21
closed
2 years ago
2
How to delete attributes tag?
#29
oovm
closed
2 years ago
7
[Merged by Bors] - fix Attributes::insert and add HTMLTag::boundaries
#28
y21
closed
2 years ago
2
Relax `Attributes::insert`
#27
oovm
closed
2 years ago
1
Fix the problem that the class cannot be obtained
#26
oovm
closed
2 years ago
4
Access the range of the index in the original string that resulted a node?
#25
chaoxu
closed
2 years ago
2
Slash tag bug fix
#24
y21
closed
2 years ago
2
Fix off by one error in QueryIterable trait implementation
#23
y21
closed
2 years ago
3
query_selector not selecting children?
#22
steamyalt
opened
2 years ago
4
Make parser generic over sink
#21
y21
opened
2 years ago
1
0.6.0
#20
y21
closed
2 years ago
2
Ability to reuse query selector
#19
y21
closed
2 years ago
1
Convenience functions for traversing DOM?
#18
dist1ll
opened
2 years ago
8
Next