Hacker News new | ask | show | jobs
by tmefq 2600 days ago
WordPress does it in the admin interface. A very clever hack. Something like:

    a:after {
        content: attr(href);
        display: inline-block;
        padding: 0 1ex;
    }