From mail@aartaka.me Sun Aug 30 07:00:56 2026 From: Artyom Bologov To: dillo-dev@mailman3.com Subject: [Dillo-dev] Support , at least at the level of recognizing in CSS Date: Sun, 30 Aug 2026 11:00:28 +0400 Message-ID: <87pkz0ozxv.fsf@paranoidal> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1390591370767400436==" --===============1390591370767400436== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Hi y’all, I realize that supporting some elements, like , is out of scope for Dillo. However, it would be nice to recognize these elements, at least in stylesheets, so that I can at least do dialog { display: none; } Right now, the dialog is just displayed unconditionally, because, it seems, such a style rule does not apply to it. Check https://aartaka.me for an example of such dialog not hiding. So, is this it fixable? Thanks, -- Artyom Bologov https://aartaka.me --===============1390591370767400436==-- From rodarima@gmail.com Sun Aug 30 11:31:47 2026 From: Rodrigo Arias To: dillo-dev@mailman3.com Subject: [Dillo-dev] Re: Support , at least at the level of recognizing in CSS Date: Sun, 30 Aug 2026 13:31:40 +0200 Message-ID: In-Reply-To: <87pkz0ozxv.fsf@paranoidal> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8107128125271580445==" --===============8107128125271580445== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi, >So, is this it fixable? You can add a container with display:none, like this: Hidden dialog Notice that you shouldn't not rely on content not being displayed, many people browse with no styles enabled. Best, Rodrigo. --===============8107128125271580445==--