-
on such html i get segfault: https://github.com/kostya/lexbor/issues/5#issuecomment-735407307, it is because lxb_dom_element_first_attribute_noi return not null pointer, on LXB_TAG__TEXT node. Is it e…
-
Let's look at this link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox
```html
```
The single `checked` (without explicit value `true`) is valid. But when we parse that …
-
Right now it has setter inner_html=
I want to get inner_html, ex:
```html
foobar
```
inner_html should be `foobar`
I am using a work around
```crystal
node.to_html.sub(node.to_html(false), "")…
-
While there is `inner_text`, and `to_html`, neither of them achieves what I'm looking for: combined HTML for everything inside the node.
```html
Link
Read this
```
I want to get `LinkRea…
-
When I try to build `release/2.1.0/, it fails:
```
==> fast_html
# Sadly, build components separately seems to sporadically fail
cd c_src/lexbor; cmake -DLEXBOR_BUILD_SEPARATELY=OFF -DLEXBOR_BUI…
-
OS: ubuntu:bionic (docker base image)
Python: Python 3.6.7
Buildbot version: 1.7.0
Twisted version: 18.9.0
When submitting a build via buildbot try, the buildbot try command succeeds, and the bu…
-
When trying to compile the library for windows using cygwing I get the following error:
```
C:\wkcpp\lib\lexbor\build>cmake .. -G "Unix Makefiles"
-- Project name: lexbor
-- Build without Threa…
-
i updated lexbor from 3cf192ff8106a78a942bc0ad8b4d5e9e30a4c0b3 to master and got many linking errors like this (linux, gcc 10.1.0), not sure what change related on this:
```
/usr/bin/ld: /home/kosty…
-
This is almost the same issue as https://github.com/kostya/myhtml/issues/21 but with a small difference
```crystal
input = "Test"
html = Lexbor::Parser.new(input)
html.body!.children.each do |ch…
-
Library name: lexbor
Library description: Web browser engine
Source repository URL: https://github.com/lexbor/lexbor
Project homepage (if different from the source repository): https://lexbor…