浏览代码

resolve hrefs a bit later

Gildas 7 年之前
父节点
当前提交
dc404d7250
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/single-file/single-file-core.js

+ 1 - 1
lib/single-file/single-file-core.js

@@ -99,10 +99,10 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 			{ action: "resetCharsetMeta" },
 			{ action: "setInputValues" },
 			{ option: "insertFaviconLink", action: "insertFaviconLink" },
-			{ action: "resolveHrefs" },
 			{ action: "replaceCanvasElements" },
 			{ action: "insertFonts" },
 			{ option: "removeHiddenElements", action: "removeHiddenElements" },
+			{ action: "resolveHrefs" },
 			{ action: "resolveStyleAttributeURLs" }
 		],
 		parallel: [