Created
June 11, 2015 22:41
-
-
Save pjaspers/accff59f5cd5a8f8023e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="sha-stamp" class="sha-stamp"> | |
<span class="sha-stamp__what-do-I-call-this?"> | |
<small class="sha-stamp__content">#{content}</small> | |
</span> | |
</div> |
I meant, since I'm injecting my html into a running app, it feels less wrong to inject a div
. That way I'm always sure I'm containing my hackery into a single div. Probably just semantic nitpicking.
What's that you say? "But Piet, if you're so semantically inclined, what's up with the <small>
, isn't that conflicting style and markup?"
Well, you've got me there.
You sir, are a gentleman and a scholar.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@pjaspers awesome :).
Also: "the div because that feels less hacky". Don't really get that :)