#dev 2019-07-19

2019-07-19 UTC
#
@PixelPerfectGuy
Weekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your site http://dlvr.it/R8gw8M
(twitter.com/_/status/1152017488965595136)
#
@redrocketwd
Weekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your site http://qoo.ly/yn5c7
(twitter.com/_/status/1152017524612984832)
#
@AdamCarr__
Weekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your site http://dlvr.it/R8gxsc
(twitter.com/_/status/1152023149006880768)
#
@chriswagoner
Weekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your site https://buff.ly/2YYx8eU by Šime Vidas
(twitter.com/_/status/1152025767447896065)
[tantek] joined the channel
#
[tantek]
Number of days since the dev channel was mildly flooded with mentions of Webmention or IndieAuth: 0 🙂
jgmac1106 joined the channel
#
@FullstackDevJS
Weekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your site #Frontend #devTips #Devlife #Design #Css #HTML https://css-tricks.com/weekly-platform-news-css-marker-pseudo-element-pre-rendering-web-components-adding-webmention-to-your-site/
(twitter.com/_/status/1152050443645870080)
Matias and [Michael_Beckwit joined the channel
#
@nossamatteo
Weekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your site In this w... https://css-tricks.com/?p=293035 #CssTricks #Article #Weekly #Platform #News #accessibility #marker #web #components #webmentions
(twitter.com/_/status/1152074359718080513)
#
@DatTechDaddy
Weekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your site - https://techdaddyblog.com/weekly-platform-news-css-marker-pseudo-element-pre-rendering-web-components-adding-webmention-to-your-site/ #TechnologyNews
(twitter.com/_/status/1152081073234255873)
#
sknebel
aaronpk: do we still have the temporary mute for keywords from Twitter?
swentel joined the channel
#
@Un1v3rs0Z3r0
Weekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your site https://ift.tt/2O3Jhht
(twitter.com/_/status/1152111965835280388)
#
@SkweezeDesign
CSS Tricks of the trade: Weekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your site https://buff.ly/2YYx8eU
(twitter.com/_/status/1152124666221420544)
[Rose] joined the channel
#
[Rose]
Random Git question: Can you override a file in a submodule with a file in the primary repo? In Subversion you end up overwriting the external which is not what I want to do at all
#
sknebel
[Rose]: I don't think there's a native way with git to do that
[KevinMarks] joined the channel
jgmac1106 and [jgmac1106] joined the channel
#
@goodwebdesign
Weekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your site | CSS-Tricks @css http://bit.ly/2JGU4Kx
(twitter.com/_/status/1152153610953924608)
#
@AbdullahRafiBD
goodwebdesign : Weekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your site | CSS-Tricks css http://bit.ly/2JGU4Kx https://t.co/wAxWQEVRIY (via Twitter https://twitter.com/goodwebdesign/status/1152153610953924608)
(twitter.com/_/status/1152154655926996992)
jgmac1106 joined the channel
#
@DesignHeaps
Weekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your site https://buff.ly/2YYx8eU #CSS
(twitter.com/_/status/1152163772154482688)
jgmac1106 joined the channel
[kimberlyhirsh] joined the channel
#
@nossamatteo
Weekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your site In this week's round... http://bit.ly/2JRnuUR #CssTricks #Article #Weekly #Platform #News #accessibility #marker #web #components #webmentions
(twitter.com/_/status/1152176273185288192)
jgmac1106 joined the channel
#
aaronpk
!mute pseudo-element
#
aaronpk
I thought that still worked
jgmac1106 joined the channel
#
@davidwickman
Weekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your site http://bit.ly/2JFvBoH
(twitter.com/_/status/1152205379293630464)
#
@NebulArt
Weekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your site http://dlvr.it/R8jbhb
(twitter.com/_/status/1152209759501615104)
[KevinMarks], [Rose], [jgmac1106] and j4y_funabashi[m] joined the channel
#
jgmac1106
nikivi here are the learning templates I am working on: https://glitch.com/@jgmac1106/indie-web-learning-networks
#
jgmac1106
going to be building a platform on Kirby so people can easily remix courses that use IndieWeb building blocks
[calumryan] joined the channel
#
@DengSip
#javascript Weekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your site https://ift.tt/2LZXh9l
(twitter.com/_/status/1152255330014900224)
[fluffy] joined the channel
#
[fluffy]
Is there a way to make multiple `::after` spans off a single element? And possibly do string manipulation on the content?
#
[fluffy]
use case: @media print where links get the actual href printed after them in parentheses with different formatting for the parens vs the link text, and with the scheme stripped off
#
[fluffy]
I can do like a[href]::after { content: ' (' + attr(href) + ‘)’; } for the most basic part, but I’d like to be able to style the parentheses differently and remove the scheme from the href.
#
[fluffy]
oh I guess there’s no +s
#
[fluffy]
I tried like a::after::after but that didn’t work
#
[fluffy]
oh! there’s a draft for making `::after(1)` `::after(2)`
#
Loqi
[Elika J. Etemad / fantasai] CSS Generated Content Module Level 3
#
[fluffy]
caniuse doesn’t list it at all though so I’m guessing nobody implements it yet
#
[fluffy]
oh hm that draft no longer lists that function after all, the comment that linked to it must be outdated
KartikPrabhu, [David_Bryant], gRegorLove and [grantcodes] joined the channel
#
[grantcodes]
No there's only single after and before pseudo elements
#
[grantcodes]
There might be first and last character selectors you can use for your usecase though
#
[grantcodes]
Looks like there is first letter, but not last letter
[tantek] and [jgmac1106] joined the channel
#
KartikPrabhu
I doubt first-letter works on pseduo elements
#
jamietanna[m]
Made some good progress on a Microformats converter for meetup.com this afternoon (even though I'm on hokiday) so I'm hoping that within the next week it may be usable and the next few the code will be available for self hosting
[snarfed] joined the channel
#
[snarfed]
ooh, what's your use case?
eli_oat joined the channel
#
jacky
I'm thinking it's looking for a (e|p)-content
#
[tantek]
looks more like you didn't markup an explicit p-name
#
jacky
Hmm I usually use the content as that
#
jacky
Might have to generate one then
leg, [KevinMarks] and [fluffy] joined the channel
#
[tantek]
or both
#
[tantek]
it's also possible IndieNews is using an old parser
#
[tantek]
if you have a p-content pretty sure that means it should *not* imply a p-name like that
#
aaronpk
I thought I had updated the indienews order
#
aaronpk
parser
[benatwork] and [manton] joined the channel
#
[manton]
[schmarty] [grantcodes] Sorry I missed that discussion about M.b photos... Yeah, that photos.json feed was originally designed for our app Sunlit, which didn't need the text, so I guess I overlooked it. (The photos feed will eventually include more photos than the main Discover feed. They are technically independent but currently mostly overlap.)
[j12t] joined the channel
#
jamietanna[m]
Snarfed once I build my Micropub endpoint, I want to have the ability for it to embed some info at RSVP time about the h-event
#
jamietanna[m]
Because lots of the events I attend are currently on Meetup, I need a shim to create an MF2 representation of the event
#
jamietanna[m]
Once this is happening I'm going to create a calendar feed for my RSVPs so I can subscribe to that, instead of manually adding events to my calendar
[schmarty], KartikPrabhu and jjuran joined the channel