-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link to Syntax is easy to miss #5
Comments
Link styles for the body area has been changed to use traditional blue underline darker/no underline hover. Left navigation is unchanged. Right 'toc' link active link is bolder. |
@merchako I believe I have adapted the styles here as far as necessary, for now. However - No changes have been made to the use of a definition list at this time. |
Thank you for the color change! This is a good improvement. There's still more to do. I like how consistent you are about styling the placeholder values (style, content, @vid), but the styles that have been chosen somehow make then more difficult to read. I believe that a code block would serve us better. Let me take a stab at articulating something specific by suggesting a flatter way of describing syntax on these pages, modeled after MDN (example).
This format would give the meaningful aspects of the description more prominence. I'll try to give the gist here in Markdown. Paragraph-styled containerA container for context styled like a paragraph. Paragraph styles visually occupy one or more entire lines. Compare block-level elements in CSS or "Paragraph Styles" in Adobe Creative Cloud, Apple Pages, or Microsoft Word. To style phrases within lines, consider using character styles with Syntax<para style="paragraph-type" @vid>content</para>
<para style="p"><verse style="v"…>Jesus wen cry.…</para> /* Doesn't need @vid */
<para style="p" GEN 2:4>Dat time, wen God, da one dey call Da One In Charge, make da world an da sky.… </para> /* GEN 2:4 starts in the previous paragraph */
About our syntax conventions Descriptorsstyle @vid content Formal syntax
How to read our formal syntax ExamplesA very simple paragraph …
A verse spanning 2.5 paragraphs …
I'm guessing this would be a big undertaking, so I invite plenty of discussion before moving forward with changes. |
Original Problem
User's may not know how to read the Syntax on a markup element page.
Attempted Solution
Turn the Syntax heading into a link to the Documentation Syntax page.
Problem
It's easy to miss, especially with the custom link color and no underline.
Proposed Solutions
Add an information icon button that links to the same place
Use more conventional (albeit not on-theme) blue, underlined link styling. See NN/g's Guidelines for Visualizing Links.
Style your Definition List
<dd>
more like MDN's Technical Summary table, or else don't put Syntax (with so much content) inside a Definition List.The text was updated successfully, but these errors were encountered: