diff --git a/Documentation/FAQ.md b/Documentation/FAQ.md index 62aa017778..3a0cb6b040 100644 --- a/Documentation/FAQ.md +++ b/Documentation/FAQ.md @@ -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!