Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support display:inline-block #371

Closed
PhenX opened this issue Dec 6, 2012 · 1 comment
Closed

support display:inline-block #371

PhenX opened this issue Dec 6, 2012 · 1 comment

Comments

@PhenX
Copy link
Member

PhenX commented Dec 6, 2012

Original author: eclecticgeek (October 15, 2011 04:07:41)

What would you like dompdf to do:
Render inline-block correctly

Do you have an example:
http://www.brunildo.org/test/inline-block.html

Original issue: http://code.google.com/p/dompdf/issues/detail?id=365

@bsweeney
Copy link
Member

This is partially implemented, but width calculation is off for width: auto. See #627.

bsweeney pushed a commit that referenced this issue Apr 4, 2016
Plus:

 * Fix style specificity based on the origin of the stylesheet.
 * Add :focus psudo-class to stylesheet parser.
 * Fix 'content' css property being set to 'normal' for all :before/:after
   selectors before determining their specificity.
 * Add extra check to prevent Helpers::build_url() from throwing a warning
   for URIs of 1 character (eg: '#').

Closes #1158
Addresses #627, addresses #371
Partially addresses #631 and #26
Fixes #1074, fixes #1031
Partial fix for #672

... and many more
@bsweeney bsweeney added this to the 0.7.2 milestone Feb 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants