Passing W3C validator #3397
icaliman
started this conversation in
2. Show and tell
Replies: 2 comments 10 replies
-
Hmm, does it handle the modifiers all correctly? I guess the modifier splitting happens after the prefix removal, doesn't it? |
Beta Was this translation helpful? Give feedback.
7 replies
-
Hello, Nice catch, I wonder just one thing, why did you remove the - between x and the next attribute. Eg : The important is to remove the :, not that comma isn't it ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found a way how to pass W3C validator using a custom prefix and
.
instead of:
Here is the JS code:
With this configuration we can use alpine like so:
Do you think this is a good solution?
Beta Was this translation helpful? Give feedback.
All reactions