Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 076a1fcf6ac3f1c857df25c15366cb6eb070f7fe https://github.com/WebKit/WebKit/commit/076a1fcf6ac3f1c857df25c15366cb6eb070f7fe Author: Richard Robinson <richard_robins...@apple.com> Date: 2025-09-12 (Fri, 12 Sep 2025)
Changed paths: M Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.serialization.in M Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewGetContents.mm M Tools/TestWebKitAPI/cocoa/DecomposedAttributedText.h Log Message: ----------- [Smart Lists] Conversion from HTML to NSAttributedString fails if an unordered list starts with a negative value https://bugs.webkit.org/show_bug.cgi?id=298799 rdar://160497353 Reviewed by Aditya Keerthi. It is valid (albeit not that common) in both HTML and AppKit/UIKit to have an ordered list that starts at a negative value. Therefore, remove this invalid validator. * Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.serialization.in: * Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebViewGetContents.mm: (TestWebKitAPI::TEST(WKWebView, AttributedStringFromListWithNegativeStartValue)): (TestWebKitAPI::TEST(WKWebView, AttributedStringFromListWithCustomListStyleTypes)): Deleted. (TestWebKitAPI::AttributedStringWithoutNetworkLoads)): Deleted. (TestWebKitAPI::AttributedStringWithSourceApplicationBundleID)): Deleted. (TestWebKitAPI::TextWithWebFontAsAttributedString)): Deleted. (TestWebKitAPI::AttributedStringAndCDATASection)): Deleted. (TestWebKitAPI::AttributedStringIncludesUserSelectNoneContent)): Deleted. (TestWebKitAPI::RequestAllTextRunsWithSubframes)): Deleted. Canonical link: https://commits.webkit.org/299922@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes