<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Scott O'Really?</title>
    <description>The latest articles on Forem by Scott O'Really? (@scottohara).</description>
    <link>https://forem.com/scottohara</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F192828%2F7d99bb0d-f136-4624-9eea-179e67f1c232.jpg</url>
      <title>Forem: Scott O'Really?</title>
      <link>https://forem.com/scottohara</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/scottohara"/>
    <language>en</language>
    <item>
      <title>PSA / tire kicking dev.to for a11y</title>
      <dc:creator>Scott O'Really?</dc:creator>
      <pubDate>Wed, 10 Jul 2019 00:51:45 +0000</pubDate>
      <link>https://forem.com/scottohara/psa-tire-kicking-dev-to-for-a11y-njb</link>
      <guid>https://forem.com/scottohara/psa-tire-kicking-dev-to-for-a11y-njb</guid>
      <description>&lt;p&gt;Giving this service a try.  Being a markdown editor, seems to me that people who post here should be able to make accessible blog content, since it's totally in their control to do so.&lt;/p&gt;

&lt;h2&gt;
  
  
  The nice thing about markdown
&lt;/h2&gt;

&lt;p&gt;Even if you aren't 100% familiar with markdown syntax, it accepts standard HTML as well, and that's pretty awesome.&lt;/p&gt;

&lt;p&gt;So if you're placing an image into your post that conveys important information, then you can do something like:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;img&lt;/span&gt; &lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"my-image.jpg"&lt;/span&gt; 
  &lt;span class="na"&gt;alt=&lt;/span&gt;&lt;span class="s"&gt;"meaningful text goes here to describe what one might infer from seeing the image"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;as opposed to something like:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;img&lt;/span&gt; &lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"..."&lt;/span&gt; &lt;span class="na"&gt;alt=&lt;/span&gt;&lt;span class="s"&gt;"designer"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;which means as little to you in this example as it did in the context of the dev.to article I originally came across the rendered version of this image in.&lt;/p&gt;

&lt;h3&gt;
  
  
  Headings are important
&lt;/h3&gt;

&lt;p&gt;Headings help contribute to the structured outline of a document.  &lt;code&gt;h1&lt;/code&gt; or &lt;code&gt;#&lt;/code&gt; in markdown represent the primary content of a document.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;h2&lt;/code&gt; or &lt;code&gt;##&lt;/code&gt; in markdown represent secondary topics related to the primary.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;h3&lt;/code&gt; or &lt;code&gt;###&lt;/code&gt; (and so on) represent sub-topics sub topics to the level before them...etc.  &lt;/p&gt;

&lt;p&gt;Point being that the use of headings have meaning and help someone using assistive technologies, such as a screen reader, navigate to important areas of your post.   Treating headings as a way to visually style text to be "bigger" is something that should be avoided, just like if you were developing a standard HTML document.&lt;/p&gt;

&lt;h2&gt;
  
  
  Quick post wrap up
&lt;/h2&gt;

&lt;p&gt;Well that was a relatively simple way to post some content.  And being markdown, I've been able to save this for cross posting to my own website in the event this service goes away some day.  Which is in no way me wishing ill will on dev.to.  But, you know.  Cycles of popularity n' all.&lt;/p&gt;

&lt;p&gt;The unfortunate thing about posting on dev.to is the accessibility errors that were not a result of the content of my post.  e.g. the content immediately following the &lt;code&gt;h1&lt;/code&gt; of my post is wrapped in an &lt;code&gt;h3&lt;/code&gt;.  Why?  It doesn't introduce a new topic to the document outline.  It skips a heading level.  &lt;/p&gt;

&lt;p&gt;There's a skip link on dev.to that appears if you navigate, using the Tab key from the web address bar into the document.  &lt;a href="https://github.com/thepracticaldev/dev.to/issues/1153#issuecomment-509878182"&gt;It doesn't do anything beyond the home page&lt;/a&gt;...&lt;/p&gt;

&lt;p&gt;sigh...&lt;/p&gt;

</description>
      <category>markdown</category>
      <category>a11y</category>
      <category>helloworld</category>
      <category>html</category>
    </item>
  </channel>
</rss>
