[webkit-reviews] review granted: [Bug 23839] REGRESSION(r40254): Definition terms with display style of run-in display :after content like :before content : [Attachment 27478] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 8 23:13:56 PST 2009


Sam Weinig <sam at webkit.org> has granted Dave Hyatt <hyatt at apple.com>'s request
for review:
Bug 23839: REGRESSION(r40254): Definition terms with display style of run-in
display :after content like :before content
https://bugs.webkit.org/show_bug.cgi?id=23839

Attachment 27478: Patch
https://bugs.webkit.org/attachment.cgi?id=27478&action=review

------- Additional Comments from Sam Weinig <sam at webkit.org>
r=me

> ===================================================================
> --- LayoutTests/fast/runin/002.html	(revision 0)
> +++ LayoutTests/fast/runin/002.html	(revision 0)
> @@ -0,0 +1,17 @@
> +<!DOCTYPE html>
> +<html>
> +	<head>
> +		<title>WebKit Bug 23839: Definition terms with display style of
run-in display :after content like :before content</title>
> +		<link href="http://chasenlehara.com/" rel="author"
title="Chasen Le Hara" />
> +		<style type="text/css">
> +dt {display: run-in}
> +dt:after {content: ":"}
> +		</style>
> +	</head>
> +	<body>
> +		<dl>
> +			<dt>Term</dt>
> +			<dd>Definition</dd>
> +		</dl>
> +	</body>
> +</html>
> \ No newline at end of file

Missing newline.


More information about the webkit-reviews mailing list