When the separators attribute of the mfenced element contains more than one separator, the first separator is skipped over. The URL contains a test case that shows this.
<rdar://problem/9225769>
Created attachment 111204 [details] A proposed patch
Attachment 111204 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 111205 [details] Patch
(In reply to comment #4) > Created an attachment (id=111205) [details] > Patch Can someone please review this patch and see if it is suitable for integration?
Comment on attachment 111205 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=111205&action=review > Source/WebCore/ChangeLog:8 > + No new tests. (OOPS!) A test case is required when fixing this sort of bug.
Created attachment 119987 [details] Patch
(In reply to comment #6) > (From update of attachment 111205 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=111205&action=review > > Source/WebCore/ChangeLog:8 > > + No new tests. (OOPS!) > A test case is required when fixing this sort of bug. Dave Barton provided test cases to accompany this fix in comment #7. Can you please review again? And happy new year!
Comment on attachment 119987 [details] Patch Clearing flags on attachment: 119987 Committed r103824: <http://trac.webkit.org/changeset/103824>
All reviewed patches have been landed. Closing bug.