From f12a5b488387e66b363bb10bdf5f9a79ae7584f9 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Wed, 29 Jun 2022 19:58:25 -0700 Subject: [PATCH] New note: your WYSIWYG editor --- content/notes/your-wysiwyg-editor.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/notes/your-wysiwyg-editor.md diff --git a/content/notes/your-wysiwyg-editor.md b/content/notes/your-wysiwyg-editor.md new file mode 100644 index 0000000..5420d09 --- /dev/null +++ b/content/notes/your-wysiwyg-editor.md @@ -0,0 +1,15 @@ +--- +title: "Your WYSIWYG editor" +date: 2022-06-29T19:58:20-07:00 +replyURI: "https://floss.social/@alcinnz/108562628015470513" +replyTitle: "Something I'd love to tackle once I've got text rendering working well…is to tackle WYSIWYG" +replyType: "SocialMediaPosting" +replyAuthor: "Adrian Cochrane" +replyAuthorURI: "https://adrian.geek.nz/" +--- + +Would love to see something that conforms properly to the WAI Authoring practices and supports microformats2. That could combine well with a stylesheet that doesn't use any custom classes, just microformats classes and `role` attribute selectors. + +My current site doesn't actually use any classes in the CSS apart from `image-rendering` utility classes; I use POSH, ARIA and microformats selectors for everything else. + +The great thing about a purely semantic stylesheet is re-usability across other websites.