Progressively Enhanced Capabilities content #81
thescientist13
started this conversation in
Ideas
Replies: 1 comment
-
Now with HTML Web Components coming to WCC, this might be more viable, see ProjectEvergreen/wcc#155 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In #57 , the capabilities content on the home page is managed via JavaScript, with the content being embedded / hidden on the page and changed via JavaScript/

Not sure how to do it, but would be great if there was a way to progressively enhance and still make this work without JavaScript. (might mean having a purely static fallback with everything displayed at once 🤔 )
Something similar goes for the new Copy to Clipboard functionality, which while I know needs JavaScript to do the actual clipboard copy, could benefit from similar enhancements from maybe using
<details>
+<summary>
, or maybepopover
for this?Beta Was this translation helpful? Give feedback.
All reactions