Patrick McSweeny
Patrick McSweeny
Do you know of specific communities (online or offline) that are enthusiastic about Ruby? [Ruby Together](https://rubytogether.org/) [Columbus Ruby Brigade](http://columbusrb.com/) [Portland Ruby Brigade](https://pdxruby.org/) [Chicago Ruby](https://chicagoruby.org/) Are there any organizations who are...
Maybe there could be two different tests with non-clock objects so that way they couldn't just call something like 'nil?' and would have to truly deal with dynamic types.
@mbulat Any chance of getting this merged?
Could this be closed as the PR has been merged?
It's bad for accessibility because a screenreader would be forced to read and interpret the hr tags, which would not happen if CSS borders were being used. I could submit...
If I were working on this, I would first try to add the borders to existing elements.
MDN goes on to state: > Historically, this has been presented as a horizontal rule or line. While it may still be displayed as a horizontal rule in visual browsers,...
You could add the squiggly line as a background image to an existing element.
 The horizontal line separating the different parts of the footer is also an hr tag. This could probably be added as a border to an existing element.
Thanks for the clarifcation.