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

    swift-translator-13366

    09/22/2022, 3:30 PM
    Maybe it was intended to have both functions (i.e. serve as an anchor to either end —source or destination— of a link)? And the distinction would then be based on whether you slap a
    href
    or a
    name
    in it?
  • t

    tall-dinner-62086

    09/22/2022, 3:31 PM
    aha! I'm not entirely bonkers.
  • t

    tall-dinner-62086

    09/22/2022, 3:32 PM
    > NAME > gives the name of the anchor, and makes it available as a head of a hyperlink.
  • t

    tall-dinner-62086

    09/22/2022, 3:32 PM
    > hyperlink > a relationship between two anchors, called the head and the tail. The link goes from the tail to the head. The head and tail are also known as destination and source, respectively.
  • s

    swift-translator-13366

    09/22/2022, 3:33 PM
    Ah, indeed from the glossary at https://www.w3.org/MarkUp/html-spec/html-spec_2.html#GLOSS2: > anchor = one of two ends of a hyperlink
  • t

    tall-dinner-62086

    09/22/2022, 3:36 PM
    So yeah, my terms may be a bit outdated here.
  • m

    mysterious-toddler-20573

    09/22/2022, 4:13 PM
    would
    hidden
    be ok here?
  • m

    mysterious-toddler-20573

    09/22/2022, 4:15 PM
    btw, love the discussion in here, really nice to have people who give a shit and know what they are talking about, since the first set includes me but the second set does not.
  • g

    gorgeous-airport-54386

    09/22/2022, 8:04 PM
    should these be renamed?
  • m

    mysterious-toddler-20573

    09/22/2022, 8:44 PM
    i like the shorter
  • m

    mysterious-toddler-20573

    09/22/2022, 8:44 PM
    versions
  • m

    mysterious-toddler-20573

    09/22/2022, 8:44 PM
    I don't really like the colon syntax
  • g

    gorgeous-airport-54386

    09/22/2022, 8:47 PM
    justify yourself
  • m

    mysterious-toddler-20573

    09/22/2022, 8:49 PM
    for these I'd prefer:
    Copy code
    justify-start
    ...
    align-start
    ...
    self-align-start
    ...
    flex-0
    ...
    reset (or initial)
    etc
  • m

    mysterious-toddler-20573

    09/22/2022, 8:49 PM
    this is purely aesthetic
  • m

    mysterious-toddler-20573

    09/22/2022, 8:49 PM
    and I can be talked out of it, for sure
  • g

    gorgeous-airport-54386

    09/22/2022, 8:50 PM
    the colon one is easier to remember and understand
  • g

    gorgeous-airport-54386

    09/22/2022, 8:50 PM
    the syntax is the same as the equivalent css
  • g

    gorgeous-airport-54386

    09/22/2022, 8:50 PM
    and you can know at a glance that it's not doing extra stuff
  • g

    gorgeous-airport-54386

    09/22/2022, 8:51 PM
    Copy code
    html
    <div class="box flex-grow:2">
  • g

    gorgeous-airport-54386

    09/22/2022, 8:53 PM
    also the reset is useless
  • g

    gorgeous-airport-54386

    09/22/2022, 8:53 PM
    it makes the font revert to the browser default
  • m

    mysterious-toddler-20573

    09/22/2022, 9:22 PM
    i still like the shorter versions for the more common stuff
  • b

    brainy-ice-92385

    09/22/2022, 11:11 PM
    On the homepage,
    <link rel="stylesheet" href="https://the.missing.style">
    appears to be missing the self-closing
    /
    - is that intentional?
  • g

    gorgeous-airport-54386

    09/22/2022, 11:11 PM
    yes
  • g

    gorgeous-airport-54386

    09/22/2022, 11:12 PM
    the self-closing / is ignored
  • b

    brainy-ice-92385

    09/22/2022, 11:13 PM
    I assumed as much, throwing fists at the establishment in the second sentence lol
  • s

    swift-translator-13366

    09/22/2022, 11:25 PM
    All of these seem pretty clear and intuitive to me (except
    .contents
    ). I appreciate the consistency and clarity that the spelled-out name would provide, but why not have both options available? The short names are pretty useful for such common styles, IMHO.
  • p

    powerful-evening-99811

    09/28/2022, 9:29 AM
    are the ARIA-based tabs working? my own attempts and the demo page don't switch the tabs
  • g

    gorgeous-airport-54386

    09/28/2022, 9:43 AM
    You're supposed to bring your own JavaScript
1...303132...44Latest