[Webkit-unassigned] [Bug 50951] Add support for text-align:match-parent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 28 01:02:18 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=50951





--- Comment #8 from Eric Seidel <eric at webkit.org>  2011-03-28 01:02:18 PST ---
Jeremy just asked how an author would use -webkit-match-parent and work across many browsers.  I believe this is the answer:

div {
  text-align: -webkit-match-parent;
  text-align: -moz-match-parent;
  text-align: match-parent;
}

IIRC invalid values are ignored for CSS, so the above CSS should work across all iterations of our support across both WebKit and Mozilla.  Please anyone correct me if my recollection is incorrect.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list