Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How are those non-standard HTML tags supposed to work? #14

Open
moritzreiter opened this issue Jan 3, 2024 · 3 comments
Open

How are those non-standard HTML tags supposed to work? #14

moritzreiter opened this issue Jan 3, 2024 · 3 comments

Comments

@moritzreiter
Copy link

moritzreiter commented Jan 3, 2024

Can someone help me to make sense of this?

<all-caps>contacts.app</all-caps>
<sub-title>A Demo Contacts Application</sub-title>

I cannot figure out what this is and how it's supposed to work. It's not standard HTML tags, so what is it?

It also doesn't seem to do quite what it is implying to do. Like, the content of the <all-caps> tag is not rendered in all caps when I try it.

@banillie
Copy link

banillie commented Jan 23, 2024

@moritzreiter See issue #10. Thanks to @mousedownmike who points out that you need to update the missing.css to the latest version. That sorted most the styling for me, although all-caps isn't working for some reason still. Plus the a tag colouring/styling.

@moritzreiter
Copy link
Author

moritzreiter commented Jan 24, 2024

@banillie Yes, I updated the import of the missing.css library and that does fix most styling issues.

But I think those <all-caps> and <sub-title> tags are something else. They aren't standardized HTML tags. They might be custom elements? But the behavior of those custom elements would have to be implemented somewhere. I guess that implementation is missing from the repo.

@toraritte
Copy link

toraritte commented Apr 1, 2024

This is probably belaboring the point, but leaving this here about web components for future self:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants