From c7a17607154c70b53c62f9b74abf4925ef37c8ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Parmentier?= Date: Thu, 29 Aug 2024 14:51:21 +0200 Subject: [PATCH] fix: missing commas --- _features/css-orphans.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_features/css-orphans.md b/_features/css-orphans.md index d9c7cc00..f0eca76e 100644 --- a/_features/css-orphans.md +++ b/_features/css-orphans.md @@ -166,13 +166,13 @@ stats: { notes_by_num: { "1": "Buggy. `columns` property is stripped which is required for `orphans` to work", "2": "Buggy. `orphans` property value is replaced by `auto`", - "3": "Not supported, but Gmail's default styles on the email message container includes the `orphans` property. These values are inherited by children elements" - "4": "Webmail rendering depends on browser support" + "3": "Not supported, but Gmail's default styles on the email message container includes the `orphans` property. These values are inherited by children elements", + "4": "Webmail rendering depends on browser support", } links: { "Can I use: CSS property: orphans":"https://caniuse.com/orphans", - "MDN: orphans":"https://developer.mozilla.org/en-US/docs/Web/CSS/orphans" + "MDN: orphans":"https://developer.mozilla.org/en-US/docs/Web/CSS/orphans", "Can I use: CSS property: columns":"https://caniuse.com/columns", - "MDN: columns":"https://developer.mozilla.org/en-US/docs/Web/CSS/columns" + "MDN: columns":"https://developer.mozilla.org/en-US/docs/Web/CSS/columns", } ---