Documentation: Add two new FAQ entries for independence and Windows

This commit is contained in:
Andrew Kaster 2024-06-06 09:07:29 -06:00 committed by Andreas Kling
parent aef6ece9e6
commit b9fb075419

View File

@ -1,5 +1,20 @@
# Frequently Asked Questions about Ladybird
## What does 'Independent' mean, if you're including third party dependencies?
Independent means:
- We implement the web platform standards ourselves
- We don't take money from anyone with strings attached
## Windows support when?
There are very few Windows developers contributing to the project. As such, maintaining a native Windows port would be
a lot of effort that distracts from building out the web platform standards in a reasonable amount of time.
After we have a solid foundation, we may consider a Windows port, but it's not a priority. In the meantime, Windows
developers can use other tools such as WSL2 to work on Ladybird.
## Will Ladybird support `$THING`?
Eventually, probably, if there's a Web Spec for it!