mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
This uses a `foo>bar` notation in the `valid-identifiers` field of Properties.json, to say "replace `foo` with `bar`". The motivation here is to avoid calling `parse_css_value_for_property()` inside the per-property switch in `parse_css_value()`. Eventually we'll need to be able to call that switch from `parse_css_value_for_properties()` so that shorthands can make use of any bespoke parsing code to parse their longhands. |
||
|---|---|---|
| .. | ||
| EditorConfiguration | ||
| HumanInterfaceGuidelines | ||
| Images | ||
| AddNewIDLFile.md | ||
| AdvancedBuildInstructions.md | ||
| BrowsingContextsAndNavigables.md | ||
| BuildInstructionsLadybird.md | ||
| BuildProfilingInstructions.md | ||
| CodingStyle.md | ||
| CSSGeneratedFiles.md | ||
| CSSProperties.md | ||
| DevTools.md | ||
| EventLoop.md | ||
| FAQ.md | ||
| GettingStartedContributing.md | ||
| LibWebFromLoadingToPainting.md | ||
| LibWebPatterns.md | ||
| Patterns.md | ||
| Porting.md | ||
| ProcessArchitecture.md | ||
| README.md | ||
| SmartPointers.md | ||
| StringFormatting.md | ||
| Testing.md | ||
| Troubleshooting.md | ||
Ladybird Documentation
Ladybird development moves quickly, so some of these might be out of date. Please let us know if something here is wrong, or submit a PR with any additions or corrections! If you have any questions that are not answered here or in the FAQ, you are welcome to ask on Discord.
Building and Running
Configuring Editors
Development
- How to Contribute
- Coding Style
- Common Patterns
- Guidelines for Text in UI
- EventLoop
- Smart Pointers
- String Formatting