From 6cf1ce25e349fa92945d69666541ea17b2df887c Mon Sep 17 00:00:00 2001 From: Devika Sujith <34957917+DCoder18@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:21:40 +0400 Subject: [PATCH] text-decoration-style support --- _features/css-text-decoration-style.md | 186 +++++++++++++++++++++++++ tests/css-text-decoration-style.html | 48 +++++++ 2 files changed, 234 insertions(+) create mode 100644 _features/css-text-decoration-style.md create mode 100644 tests/css-text-decoration-style.html diff --git a/_features/css-text-decoration-style.md b/_features/css-text-decoration-style.md new file mode 100644 index 00000000..6cb44453 --- /dev/null +++ b/_features/css-text-decoration-style.md @@ -0,0 +1,186 @@ +--- +title: "text-decoration-style" +description: "Sets the style of the lines specified by text-decoration-line." +category: css +keywords: underline +last_test_date: "2023-11-06" +test_url: "/tests/css-text-decoration-style.html" +test_results_url: "https://testi.at/proj/jalr04oy0yrxfd7kuo" +stats: { + apple-mail: { + macos: { + "2023-11": "y" + }, + ios: { + "11": "n", + "12": "y", + "13": "y", + "14": "y" + } + }, + gmail: { + desktop-webmail: { + "2023-11": "y" + }, + ios: { + "2023-11": "y" + }, + android: { + "6": "n", + "7": "n", + "8": "y", + "9": "y", + "10": "y", + "11": "y", + "12": "y", + "13": "y", + }, + mobile-webmail: { + "2023-11": "y" + } + }, + orange: { + desktop-webmail: { + "2023-11":"u", + "2023-11":"u" + }, + ios: { + "2023-11":"u" + }, + android: { + "2023-11":"u" + } + }, + outlook: { + windows: { + "2013": "n", + "2016": "n", + "2019": "n" + "2021": "n" + }, + windows-mail: { + "2023-11": "n" + }, + macos: { + "2023-11": "y" + }, + outlook-com: { + "2023-11": "y" + }, + ios: { + "2023-11": "y" + }, + android: { + "2023-11": "y" + } + }, + yahoo: { + desktop-webmail: { + "2023-11": "y" + }, + ios: { + "2023-11": "y" + }, + android: { + "2023-11": "n" + } + }, + aol: { + desktop-webmail: { + "2023-11": "y" + }, + ios: { + "2023-11": "y" + }, + android: { + "2023-11": "y" + } + }, + samsung-email: { + android: { + "2023-11": "y" + } + }, + sfr: { + desktop-webmail: { + "2023-11":"u" + }, + ios: { + "2023-11":"u" + }, + android: { + "2023-11":"u" + } + }, + thunderbird: { + macos: { + "2023-11": "y" + } + }, + protonmail: { + desktop-webmail: { + "2023-11":"u" + }, + ios: { + "2023-11":"u" + }, + android: { + "2023-11":"u" + } + }, + hey: { + desktop-webmail: { + "2023-11":"u" + } + }, + mail-ru: { + desktop-webmail: { + "2023-11":"y" + } + }, + fastmail: { + desktop-webmail: { + "2023-11": "u" + } + }, + laposte: { + desktop-webmail: { + "2023-11": "u" + } + }, + gmx: { + desktop-webmail: { + "2023-11": "n" + }, + ios: { + "2023-11":"u" + }, + android: { + "2023-11":"u" + } + }, + web-de: { + desktop-webmail: { + "2023-11": "n", + }, + ios: { + "2023-11":"u" + }, + android: { + "2023-11":"u" + } + }, + ionos-1and1: { + desktop-webmail: { + "2023-11": "u" + }, + android: { + "2023-11": "u" + } + } +} +links: { + "Can I use: CSS text-decoration-style":"https://caniuse.com/?search=text-decoration-style", + "MDN: text-decoration-style":"https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-style" +} +--- \ No newline at end of file diff --git a/tests/css-text-decoration-style.html b/tests/css-text-decoration-style.html new file mode 100644 index 00000000..d90de624 --- /dev/null +++ b/tests/css-text-decoration-style.html @@ -0,0 +1,48 @@ + + + + + + + + + + text-decoration-style + + + + +
+

text-decoration-style CSS property

+ +

text-decoration-style:solid

+

Lorem Ipsum

+ +

text-decoration-style:double

+

Lorem Ipsum

+ +

text-decoration-style:dotted

+

Lorem Ipsum

+ +

text-decoration-style:dashed

+

Lorem Ipsum

+ +

text-decoration-style:wavy

+

Lorem Ipsum

+ +
+ + + \ No newline at end of file