Comments on: ::marker https://css-tricks.com Tips, Tricks, and Techniques on using Cascading Style Sheets. Fri, 21 May 2021 14:22:57 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: beelzebomb https://css-tricks.com/almanac/selectors/m/marker/#comment-1772439 Fri, 21 May 2021 14:22:57 +0000 http://css-tricks.com/?page_id=205997#comment-1772439 Agree with previous commenter, this time using Safari 14.0.2 -‘content’ just does not work. Nothing happens.

]]>
By: François Audic https://css-tricks.com/almanac/selectors/m/marker/#comment-1770258 Mon, 29 Mar 2021 09:03:58 +0000 http://css-tricks.com/?page_id=205997#comment-1770258 It looks like the ::marker pseudo-elements could be rendered by screen readers like NVDA, which is creating not really useful or meaningful readings of the content by such assistive technologies

]]>
By: Stephen Band https://css-tricks.com/almanac/selectors/m/marker/#comment-1769095 Fri, 26 Feb 2021 14:20:35 +0000 http://css-tricks.com/?page_id=205997#comment-1769095 We need a new word for “defeated by half-assed browser implementations”.

First stop in experimenting with marker: try doing anything with the default bullet marker, such as resizing it via font-size. Basic stuff. Now it is no longer centered on the text line. Oh, you can’t apply any positioning to it, or translate, or vertical align? ::marker is basically useless. Use ::before.

]]>
By: Leevi Graham https://css-tricks.com/almanac/selectors/m/marker/#comment-1768901 Mon, 22 Feb 2021 23:47:42 +0000 http://css-tricks.com/?page_id=205997#comment-1768901 Safari (tested Version 14.0.2) does not support the content attribute:

content: ” “;

won’t work

]]>
By: lester https://css-tricks.com/almanac/selectors/m/marker/#comment-1755031 Thu, 12 Mar 2020 13:08:05 +0000 http://css-tricks.com/?page_id=205997#comment-1755031 came across ::marker on other css-tricks post.. and ended up here. might be worth mentioning that (i believe) ::before could still be good fallback due to lack of browser support.

]]>
By: Geoff Graham https://css-tricks.com/almanac/selectors/m/marker/#comment-1709961 Wed, 22 May 2019 17:37:43 +0000 http://css-tricks.com/?page_id=205997#comment-1709961 In reply to Thomas.

Looks like Safari has added support. I went ahead and updated the browser support section — go vote on those feature requests!

]]>
By: Thomas https://css-tricks.com/almanac/selectors/m/marker/#comment-1709913 Wed, 22 May 2019 15:05:49 +0000 http://css-tricks.com/?page_id=205997#comment-1709913 Wow. Article from 2015 still horrible browser support in 2019 -_-

Seems not so hard to implement?

]]>