Skip to content

Commit

Permalink
fix: change old twitter links
Browse files Browse the repository at this point in the history
Removed the #! in the url
  • Loading branch information
remy committed Aug 24, 2018
1 parent eb6cb62 commit e4945e6
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions public/blog/css-parent-selector.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CSS selector for :parent targeting (please)

[Me this weekend](https://twitter.com/#!/rem/status/26934643630):
[Me this weekend](https://twitter.com/rem/status/26934643630):

> I can't count the number of times I've cursed CSS for not having a :parent pseudo selector: a img:parent { background: none; }
Expand All @@ -10,7 +10,7 @@ The what followed was some going back and forth with people who have thought thi

## :has selector

Originally I felt that a :parent pseudo selector would do the trick, but [Stuart pointed out](http://twitter.com/#!/sil/status/26934925820) that selectors syntax doesn't work that way, it's always left to right determines depth.
Originally I felt that a :parent pseudo selector would do the trick, but [Stuart pointed out](http://twitter.com/sil/status/26934925820) that selectors syntax doesn't work that way, it's always left to right determines depth.

So thinking about it some more, I felt that using a :has() selector would complement the :not() selector really well. Something like this:

Expand Down
2 changes: 1 addition & 1 deletion public/blog/input-range-polyfill.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ With `<input type=range>` the apps looked great. Then I opened them in Firefox 5

Good thing that during James' Q&A session at The Highland Fling I wrote the solution he was describing :)

<a href="https://twitter.com/#!/jackosborne/status/89370027802902528"><img alt="Jack watching me code" src="/images/jack-watching-me-code.png" style="display: block; margin: 0 auto;" /></a>
<a href="https://twitter.com/jackosborne/status/89370027802902528"><img alt="Jack watching me code" src="/images/jack-watching-me-code.png" style="display: block; margin: 0 auto;" /></a>

## Solution

Expand Down
2 changes: 1 addition & 1 deletion public/blog/training-and-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ There's a number of upcoming events I wanted to blog about, partly to lend a han

Workshops over the last 12 months have really increased for me - both in public workshops (often via events) and private company workshops. I've now finally got so much HTML5 content that companies can now create a "pick and mix" HTML5 workshop spanning over anything from 1 to 4 days.

I'm up in Manchester next week doing private workshops for the BBC on mobile web dev. Possibly [my favourite quote](https://twitter.com/#!/sparrk/status/156437912546836481) from the last time I ran this event was from James O'Brien aka @sparrk:
I'm up in Manchester next week doing private workshops for the BBC on mobile web dev. Possibly [my favourite quote](https://twitter.com/sparrk/status/156437912546836481) from the last time I ran this event was from James O'Brien aka @sparrk:

> Remy's HTML5 for mobile workshop showed me how to do at least three things I'd previously thought were impossible.
Expand Down
2 changes: 1 addition & 1 deletion public/blog/vendor-prefixes-about-to-go-south.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The fear the browsers have, understandably, is that developers are coding for we

Now that `-webkit` prefixes are so prolific in the wild (not my statement, but as suggested from the meeting minute notes), it seems the approach most want in the CSS working group is to simply implement the non-standard feature in to their specification. An oversimplification, but worryingly true.

There is some voice of sanity, namely in [Daniel Glazman / glazou](https://twitter.com/#!/glazou) and Peter Linss.
There is some voice of sanity, namely in [Daniel Glazman / glazou](https://twitter.com/glazou) and Peter Linss.

You have to still appreciate the politics of the problem:

Expand Down
Binary file modified public/images/font-size/Screen Shot 2016-12-07 at 22.22.36.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/font-size/Screen Shot 2016-12-07 at 22.23.18.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/font-size/Screen Shot 2016-12-07 at 22.24.58.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/font-size/Screen Shot 2016-12-07 at 22.25.38.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/font-size/Screen Shot 2016-12-07 at 22.25.46.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/font-size/Screen Shot 2016-12-07 at 22.26.33.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/font-size/Screen Shot 2016-12-07 at 22.26.45.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/font-size/Screen Shot 2016-12-07 at 22.28.12.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/font-size/Screen Shot 2016-12-07 at 22.40.10.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e4945e6

Please sign in to comment.