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

Dialog management #56

Open
jgauffin opened this issue Dec 22, 2024 · 1 comment
Open

Dialog management #56

jgauffin opened this issue Dec 22, 2024 · 1 comment

Comments

@jgauffin
Copy link

I love the overall approach to the semantic HTML and CSS.

However, when working with WebComponents there are some troubles.

For instance, when using dialogs, it's often the parent component that decides if the child component should be in a dialog.

So it's parent -> dialog -> child -> header/div/footer.

In that scenario, the CSS won't work as the header/footer does not direct children to the dialog. Isn't it enough to style any header/footer in a dialog? Having more than one seems to a pretty bad dialog design :)

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

2 participants
@jgauffin and others