Bug 15320

Summary: WebArchives do not embed css stylesheets referenced by xml-stylesheeet
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: oliver
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on:    
Bug Blocks: 15321    
Attachments:
Description Flags
the fix oliver: review+

Eric Seidel (no email)
Reported 2007-09-29 07:29:13 PDT
WebArchives do not embed stylesheets referenced by xml-stylesheeet I'm not sure that ProcessingInstructions ever end up in the DOM, which would be the only way (it seems) that the current web archiver would be able to access the xml-stylesheet href information.
Attachments
the fix (5.15 KB, patch)
2007-09-29 07:58 PDT, Eric Seidel (no email)
oliver: review+
Eric Seidel (no email)
Comment 1 2007-09-29 07:58:21 PDT
Created attachment 16450 [details] the fix This patch is made against feature-branch, but it just as easily could apply to trunk (except due to layout test locations)
Alexey Proskuryakov
Comment 2 2007-09-29 08:13:39 PDT
Comment on attachment 16450 [details] the fix r=me (but please remove the nil check for styleSheet). Eric says that he's going to look into what happens to XSL stylesheets in such situation.
Eric Seidel (no email)
Comment 3 2007-09-29 08:26:16 PDT
Landed on feature-branch as r25805.
Oliver Hunt
Comment 4 2007-10-01 19:16:03 PDT
This patch was skipped in the feature branch rebasing and will need to be updated
Eric Seidel (no email)
Comment 5 2007-10-01 22:37:23 PDT
Relanded same patch as r25907.
Note You need to log in before you can comment on or make changes to this bug.