-
### Main Problem:
I want to enable the use of the standard JavaScript event handler assignment, such as onclick = function() { ... }
### **Description**
I'm integrating ClearScript into my project t…
-
# Bug Report
## Prerequisites
- [X] Can you reproduce the problem in a [MWE](https://en.wikipedia.org/wiki/Minimal_working_example)?
- [X] Are you running the latest version of AngleSharp?
- […
-
https://forum.quechoisir.org/argent-assurance-f125.html
The page contains the following Html code :
Anglesharp doesn't interpret the self-closing tag (invalid but ...), and then embeds all …
-
Hi,
I'm trying the following code, but in some cases either the parsing or selector query (or both) are slower than CsQuery:
```
var config = new Configuration().WithDefaultLoader();
AngleSharp.Dom.…
-
I am currently using PreMailer.NET 2.0.1 with AngleSharp 0.9.11. If I start from a source HTML document like this:
``
That gets rendered by PreMailer as:
``
which when clicked on from the …
-
Hello,
I have a question on how to allow specific properties for @font-face declaration (font-face is added to AllowedAtRules).
`font-display`, `mso-generic-font-family`, `mso-font-alt` are rem…
-
1. that works with our HtmlRenderer
2. make it run on .NET20
-
### Version
6.8.1
### Platform
.NET 8.0 / Windows 11
### Steps to reproduce
- Step 1
```C#
public class YoutubeService
{
YoutubeClient youtubeClient;
public YoutubeService()
{…
-
I'm trying to import the dll's into the Unity game engine but having quite a bit of trouble.
Is it possible to use this library in Unity? (trying to create a visual ministory which uses realtime st…
-
We separate parser/dom to new project -> LayoutFarm.WebDom
choices
1. use the parser in our style
2. interface with https://github.com/FlorianRappl/AngleSharp?
3. consider other libs?