Does ios not support pseudo element:: before?

when writing an active page,

when the activity page is viewed in ios, some modules written by pseudo elements are not displayed

is this attribute not supported by ios?

Jun.25,2021
Supported by

. display content width height have all these attributes been added?
recommended debugging methods for real machines:
https://www.jianshu.com/p/ed4.


you can use the caniuse tool:

https://caniuse.com/-sharpsearch=%.


it says here that IOS_5.1 starts to support it.

https://developer.mozilla.org.::before

image.png

:https://developer.mozilla.org...::after

image.png

caniuse :
image.png
image.png

Menu