Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#37 Today 04:45:32
Re: Preview dialog - Dompurify parsing error with image shortcode
phiw13 wrote #338151:
Oooh… That is great. I’ll try testing today if the old body allows it (asthma is a tough lover).
Maybe I am holding it wrong. Safari 18.1 completely ignores all of the :host(#pane-preview) {}
style rules. In preview.css, in my theme stylesheet or with theme Hive. Firefox and Brave do what is expected.
At the moment I have no clue what is going wrong (and there are no errors in the console). It does not help that Safari’s inspector show next to nothing of the rules inside the shadowdom.
PS – The documentation page at MDN (developer.mozilla.org/en-US/docs/Web/CSS/:host_function) works perfectly fine
Last edited by phiw13 (Today 04:51:59)
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
#38 Today 08:11:32
Re: Preview dialog - Dompurify parsing error with image shortcode
phiw13 wrote #338153:
Maybe I am holding it wrong. Safari 18.1 completely ignores all of the
:host(#pane-preview) {}
style rules. In preview.css, in my theme stylesheet or with theme Hive. Firefox and Brave do what is expected.
progress… I have it working with Safari Technology Preview. There is hope that maybe maybe Safari 18.2 will cary those fixes. Need to check the pre-release release notes.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
#39 Today 08:27:36
Re: Preview dialog - Dompurify parsing error with image shortcode
Meanwhile, here are some preliminary notes for some core custom-properties:
primary & secondary color (--txp-primary-color
)
primary & secondary background (--txp-primary-back
)
form controls input + select / button
color, background, border (input + button)
borders: light normal dark: --txp-border
, --txp-border-light
, --txp-border-dark
success / warning / error/ info: --txp-success-text
, --txp-success-back
, --txp-success-border
eventually: “selected” and “active” background color
--txp-spacing
(space between blocks, as margin or padding, gap, -> 1em, use calc() to adjust depending on need, eg @calc(var(—margin) * 0.5)“ for smaller or larger spacing
The idea is to use, for each, the same value as Hive currently uses. Names can be discussed.
jakob wrote #338145:
Philippe is right. […]
Thanks for testing and checking what Hive actually does! Anyway, Hive will need some updating, at least teach it to use core custom-properties (aliasing them as a minimum).
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
#40 Today 10:13:44
Re: Preview dialog - Dompurify parsing error with image shortcode
phiw13 wrote #338155:
progress… I have it working with Safari Technology Preview. There is hope that maybe maybe Safari 18.2 will cary those fixes. Need to check the pre-release release notes.
That might be JS as well, will check. Annoying, anyway.
Meanwhile, here are some preliminary notes for some core custom-properties:
Nice, thanks. But you UX gurus would code it much better and faster than me ;-)
Thanks for testing and checking what Hive actually does! Anyway, Hive will need some updating, at least teach it to use core custom-properties (aliasing them as a minimum).
+1. And it looks rather easy to combine user/system colour preferences.
Offline
#41 Today 10:17:11
Offline
#42 Today 10:45:10
Re: Preview dialog - Dompurify parsing error with image shortcode
phiw13 wrote #338153:
Safari 18.1 completely ignores all of the
:host(#pane-preview) {}
style rules. In preview.css, in my theme stylesheet or with theme Hive. Firefox and Brave do what is expected.
Does some of this work without including in :host(#pane-preview)
block? It is not necessary in preview.css
, and in external stylesheets it just prevents polluting the light dom, but can be removed too.
Nothing on caniuse.com/ seems to stop Safari 18.1 from working properly, though.
Offline
#43 Today 11:34:53
Re: Preview dialog - Dompurify parsing error with image shortcode
etc wrote #338161:
Nice, thanks. But you UX gurus would code it much better and faster than me ;-)
It is intended as note for discussion – e.g. naming, but also things that could be nice to include…
Anyway, I think for 4.9 we can start with a minimal set of building blocks and then improve or broaden the options later on.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
#44 Today 12:04:51
Re: Preview dialog - Dompurify parsing error with image shortcode
etc wrote #338164:
Does some of this work without including in
:host(#pane-preview)
block? It is not necessary inpreview.css
, and in external stylesheets it just prevents polluting the light dom, but can be removed too.Nothing on caniuse.com/ seems to stop Safari 18.1 from working properly, though.
Yes what you select in the :host(#pane-preview)
block in preview.css would work (from within preview.css) without the :host()
part. Or from the them stylesheet, but then it leaks everywhere With :host()
is very nice to be able to style something in the preview dialog only.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline