Brian Sweeney

Results 826 comments of Brian Sweeney

That is challenging with current feature support, but not impossible. It has to be done outside the document through callbacks. I think something like the following might work (untested, unoptimized):...

Sorry I left something out, sample updated. If you're identifying by the class attribute instead use `getNamedItem("class")`

If you share a sample of the HTML and PHP you tried I can try to figure out why not.

Also note the incorrect positioning of the floated text.

No work has been done on this yet.

nothing to report

It will be implemented when somebody has time to work on it. Pull requests are welcome.

Relevant documentation from the CSS 3 specification: https://drafts.csswg.org/css-text-3/#text-align-last-property Seems straightforward enough. Feel free to submit a PR for the feature.

That's great, I look forward to reviewing your change in more detail. You don't need access to contribute. Just fork the repository and submit a pull request with your changes.

Follow up based on question from the OP. We have made no changes to support this type of functionality, but that doesn't mean it's impossible to do. How you do...