1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:57:45 +00:00

LibWeb: Use W3C urls for CSS-DISPLAY spec links

This commit is contained in:
Sam Atkins 2021-10-15 19:52:10 +01:00 committed by Linus Groh
parent d28eeeb207
commit 7879b98f60
2 changed files with 3 additions and 3 deletions

View file

@ -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>);