<?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>DEV Community: Django Janny</title>
    <description>The latest articles on DEV Community by Django Janny (@keltroth).</description>
    <link>https://dev.to/keltroth</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%2F203181%2F327f02e2-ab05-4ff2-9da9-c4a781eb0eed.jpeg</url>
      <title>DEV Community: Django Janny</title>
      <link>https://dev.to/keltroth</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/keltroth"/>
    <language>en</language>
    <item>
      <title>A quick a11y CSS trick</title>
      <dc:creator>Django Janny</dc:creator>
      <pubDate>Thu, 04 Jun 2020 14:48:41 +0000</pubDate>
      <link>https://dev.to/keltroth/a-quick-a11y-css-trick-34f5</link>
      <guid>https://dev.to/keltroth/a-quick-a11y-css-trick-34f5</guid>
      <description>&lt;p&gt;Today, my job was to correct some accessibility lacks on a website of one of my clients.&lt;/p&gt;

&lt;p&gt;One of those corrections was about focusing the right stuff in the right order. To be sure of where the focus was, I used this little trick (only in development mode of course):&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight css"&gt;&lt;code&gt;&lt;span class="o"&gt;*&lt;/span&gt;&lt;span class="nd"&gt;:focus&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt;
    &lt;span class="nl"&gt;background-color&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="no"&gt;yellow&lt;/span&gt; &lt;span class="cp"&gt;! important&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



</description>
      <category>css</category>
      <category>a11y</category>
    </item>
  </channel>
</rss>
