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

style: Implement basic column spans and the legacy `bgcolor` and `border` attributes. #4278

Closed
wants to merge 3 commits into from

Commits on Dec 8, 2014

  1. style: Parse the legacy `border` attribute per the legacy HTML specif…

    …ication.
    
    Additionally, this patch cleans up some miscellaneous formatting issues
    and refactors layout/css somewhat to eliminate needless levels of
    indirection.
    pcwalton committed Dec 8, 2014
  2. style: Parse the legacy `bgcolor` attribute per the HTML5 specification.

    Additionally, this patch cleans up some miscellaneous formatting issues.
    pcwalton committed Dec 8, 2014
  3. style: Implement basic column spans.

    This patch provides some of the groundwork for column spans greater than
    1. It implements the column-span CSS property (prefixed so as not to be
    exposed to content) as well as the corresponding colspan attribute;
    although the former is not well-specified outside of CSS multi-column
    layout, INTRINSIC refers to it. Although width is distributed to
    spanning columns, they do not yet contribute minimum and preferred
    widths; this will be implemented in a follow-up.
    
    Additionally, this patch cleans up some miscellaneous formatting issues
    and improves the handling of table rowgroups.
    pcwalton committed Dec 8, 2014
You can’t perform that action at this time.