https://htmx.org logo
Join Discord
Powered by
# missing_dot_css
  • r

    refined-waiter-90422

    06/06/2022, 1:54 AM
    its a pretty easy thing to spot if you do encounter it
  • r

    refined-waiter-90422

    06/06/2022, 1:59 AM
    Oh my god someone wrote an article about this:
  • g

    gorgeous-airport-54386

    06/06/2022, 2:01 AM
    me sneaking into apple to delete all copies of the safari source code
  • r

    refined-waiter-90422

    06/06/2022, 2:02 AM
    Funny how the one browser that behaves itself doesnt have
    text-size-adjust
    (firefox mobile) thankfully just ignores it.
  • g

    gorgeous-airport-54386

    06/06/2022, 3:57 PM
    opinions
  • g

    gorgeous-airport-54386

    06/06/2022, 3:57 PM
    Copy code
    css
    .\^ { top:    0 }
    .\> { right:  0 }
    .\_ { bottom: 0 }
    .\< { left:   0 }
  • r

    refined-waiter-90422

    06/06/2022, 9:01 PM
    Would avoid
    <
    and
    >
    because that may trigger quirks mode in some browsers (they'll want to automatically close your quotes, and the tag.
  • r

    refined-waiter-90422

    06/06/2022, 9:01 PM
    The others are probably fine though
  • r

    refined-waiter-90422

    06/06/2022, 9:02 PM
    oof, that does kind of ruin the notion of what you're trying to achieve though, sorry
  • r

    refined-waiter-90422

    06/06/2022, 9:02 PM
    Yeah... not sure. I would test it
  • r

    refined-waiter-90422

    06/06/2022, 9:04 PM
    unsure if juice is worth the squeeze
  • g

    gorgeous-airport-54386

    06/06/2022, 9:07 PM
    quirks mode is only triggered by missing/invalid doctype iirc
  • r

    refined-waiter-90422

    06/06/2022, 9:11 PM
    I think the only way to be fully certain about using those
    <>
    characters is to test in firefox, edge, chrome, safari, and their mobile counterparts. My world has been turned upside down from that too many times.
  • r

    refined-waiter-90422

    06/06/2022, 9:11 PM
    Although we're super fortunate to not have to deal with IE anymore.
  • r

    refined-waiter-90422

    06/06/2022, 9:12 PM
    bless carson for attempting to still support IE lol
  • r

    refined-waiter-90422

    06/06/2022, 9:22 PM
    if you google "free cross browser testing" you can probably see for yourself in about 10 minutes.
  • b

    brainy-ice-92385

    06/07/2022, 6:17 AM
    I like it for being wild. Tailwind uses
    [
    and
    ]
    extensively which they have to escape. I don't think I've ever had to escape a character in a CSS selector
  • g

    gorgeous-airport-54386

    06/12/2022, 12:54 AM
    Tags and classes in code snippets on the missing.css website will link to where they are explained.
  • e

    enough-holiday-71144

    06/15/2022, 2:25 PM
    not entirely sure its supposed to look like that
  • g

    gorgeous-airport-54386

    06/15/2022, 4:36 PM
    thanks for reporting, it's fixed now
  • r

    refined-waiter-90422

    06/17/2022, 7:53 PM

    https://www.youtube.com/watch?v=ncYzTvEMCyE▾

  • r

    refined-waiter-90422

    06/17/2022, 7:53 PM
    This showdown ended up being really interesting
  • r

    refined-waiter-90422

    06/17/2022, 8:14 PM
    The positioning tool from the video:
  • r

    refined-waiter-90422

    06/17/2022, 8:18 PM
    oh shit that tool also allows you to edit text and do other things inline, like an art board.
  • r

    refined-waiter-90422

    06/17/2022, 8:38 PM
    again for those who don't know, adam argyle is part of the w3c standards team at google, a bunch of his shit gets into the official CSS spec
  • c

    calm-ice-23682

    06/20/2022, 11:26 AM
    you know I'd say I've probably lost more than two complete days of my life ( and still counting ) to figuring out centering with css. I'm sure someone in history has already suggested everything in css should be centered by default? why doesn't that make sense? Then with positioning and size you just specify how you want it to deviate from the center. Kinda like every block or element is a pendulum hanging inside its parent and then you just peg its position 2%-from-left or 10px-from-right
  • r

    refined-waiter-90422

    06/20/2022, 11:39 AM
    Tbh that would probably be more intuitive. It's something I've pondered in the past as well.
  • g

    gorgeous-airport-54386

    06/20/2022, 11:44 AM
    the ideal css layout
  • c

    calm-ice-23682

    06/20/2022, 11:49 AM
    hahahaha
  • g

    gorgeous-airport-54386

    06/20/2022, 11:50 AM
    the problem with css is that it does a lot of smart stuff, but at any given time only 50% of that is desired and it's a different 50% each time
1...232425...44Latest