Giter Club home page Giter Club logo

Comments (2)

michaeltaranto avatar michaeltaranto commented on May 28, 2024

Thanks for the suggestion and will take that on when the documentation gets uplifted next.

In terms of your implementation, Capsize should only be applied to the leaf text nodes. There was a bit of a mix in the link you shared.

Once applied correctly, the outstanding white space was being introduced by the default marker element. Capsize cannot style this element due to its CSS property limitations. However, I would recommend styling the marker element to use a line-height that is closer to the cap height.

Updated Playroom

from capsize.

dabrahams avatar dabrahams commented on May 28, 2024

Capsize should only be applied to the leaf text nodes

That's what I figured, but it would be good to make that very clear in the documentation. There's not really a good way to select them with CSS selectors, is there?

In my actual application I need to control list bullet formatting using a ::before pseudo-element, which makes applying the standard basekick to the leaf <li> elements impractical, which is why it ended up on <ul>. But there are places where I had to make a capsize adjustment for other CSS-injected text, and there I used a solid-trasparent border to do it. I suppose I could do the same for <li> elements…

Looking at your updated playroom, it seems you added a <p> around the top-level list item so you could style it individually. That's a great solution, if you can do it. Since my lists are being generated with Markdown, I don't have that option without adding javascript injection. I'd rather not resort to that, but HTML lists are rather lacking in intrinsic structure that allows control over style, so maybe it's the best option. Any advice appreciated here.

from capsize.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.