mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibWeb: Use W3C urls for CSS-DISPLAY spec links
This commit is contained in:
parent
d28eeeb207
commit
7879b98f60
Notes:
sideshowbarker
2024-07-18 02:20:11 +09:00
Author: https://github.com/AtkinsSJ
Commit: 7879b98f60
Pull-request: https://github.com/SerenityOS/serenity/pull/10492
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
namespace Web::Layout {
|
||||
|
||||
// https://drafts.csswg.org/css-display/#block-container
|
||||
// https://www.w3.org/TR/css-display/#block-container
|
||||
class BlockContainer : public Box {
|
||||
public:
|
||||
BlockContainer(DOM::Document&, DOM::Node*, NonnullRefPtr<CSS::StyleProperties>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue