Re: [media-and-entertainment] Interest in Miniapps (#75)

In the MiniApps introduction, it was mentioned that, at least in some implementations, CSS gets used to style apps even though HTML in itself is actually not supported for now.

CSS rules start with selectors. I'm wondering what these selectors select in such a design and what properties are actually supported?

For instance, [CSS gets used in Qt](https://doc.qt.io/qt-6/stylesheet-syntax.html) as well, with the documentation explaining what selectors get interpreted, as well as the [list of CSS properties that are supported](https://doc.qt.io/qt-6/stylesheet-reference.html#list-of-properties).

Said differently, I'm wondering about the role of CSS in a model where the app controls the rendering, either going through some platform-provided graphics API or using a canvas-based approach.

-- 
GitHub Notification of comment by tidoust
Please view or discuss this issue at https://github.com/w3c/media-and-entertainment/issues/75#issuecomment-959753251 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 3 November 2021 17:22:08 UTC