ladybird/Userland
Simon Wanner 6437f5da36 LibWeb: Add basic support for the attr() CSS function
CSS Values and Units Module Level 5 defines attr as:
  `attr(<q-name> <attr-type>?, <declaration-value>?)`

This implementation does not contain support for the type argument,
effectively supporting `attr(<q-name>, <declaration-value>?)`
2022-03-30 03:18:14 +02:00
..
Applets ClipboardHistory: Show ranges and max dimensions for copied glyphs 2022-03-18 01:12:26 +01:00
Applications Browser: Make storage inspector columns sortable 2022-03-29 23:51:47 +01:00
Demos Demos/LibGfxScaleDemo: Use BGRA8888 bitmap in canvas 2022-03-26 18:24:11 +00:00
DevTools HackStudio: Add FindWidget 2022-03-29 17:45:36 +02:00
DynamicLoader
Games LibCards+Games: Change name of card type to card suit 2022-03-18 23:49:34 +00:00
Libraries LibWeb: Add basic support for the attr() CSS function 2022-03-30 03:18:14 +02:00
Services LookupServer: Fix confusing copy/paste error in debug message 2022-03-27 18:39:47 +01:00
Shell Shell: Add a shell option for autocompleting via the program itself 2022-03-29 15:42:55 +02:00
Utilities LibXML: Add a fairly basic XML parser 2022-03-28 23:11:48 +02:00
CMakeLists.txt