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

[wip] layout: Use a magic pseudo-element for text styles. #12496

Closed
wants to merge 2 commits into from

Commits on Jul 18, 2016

  1. [wip] layout: Use a magic pseudo-element for text styles.

    This is an example that partially addresses
    #8570, hoping that other people will
    complete it based on an example like this.
    
    Actually, we do approximately the same amount of work now, but we could mark
    this pseudos as "eagerly" cascaded, and do less work in layout, at the expense
    of (possibly) wasted work.
    emilio committed Jul 18, 2016

Commits on Jul 19, 2016

  1. Introduce -servo-replaced-content.

    emilio committed Jul 19, 2016
You can’t perform that action at this time.