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:
parent
d28eeeb207
commit
7879b98f60
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