回答編集履歴
4
追加
test
CHANGED
@@ -9,3 +9,23 @@
|
|
9
9
|
[Safari 12.0 can’t open a local Home page – The Eclectic Light Company](https://eclecticlight.co/2018/10/18/safari-12-0-cant-open-a-local-home-page/)
|
10
10
|
|
11
11
|
> Once I have loaded another page in Sierra, and I go back to my Home page, those errors vanish, and it then loads as expected. Other than pointing Safari at the file for my new Home page, I have made no other relevant changes in its settings.
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
又は
|
16
|
+
|
17
|
+
```HTML
|
18
|
+
|
19
|
+
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
20
|
+
|
21
|
+
```
|
22
|
+
|
23
|
+
を
|
24
|
+
|
25
|
+
```HTML
|
26
|
+
|
27
|
+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
28
|
+
|
29
|
+
```
|
30
|
+
|
31
|
+
にしてみてください。
|
3
追加
test
CHANGED
@@ -1,3 +1,11 @@
|
|
1
1
|
同様の事例がありました。
|
2
2
|
|
3
3
|
[Safari: kCFErrorDomainCFNetwork error 1 on local (HTML) files - Ask Different](https://apple.stackexchange.com/questions/361245/safari-kcferrordomaincfnetwork-error-1-on-local-html-files)
|
4
|
+
|
5
|
+
> Some Googling on kCFErrorDomainCFNetwork error 1 indicates that it may be a file permissions error
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
[Safari 12.0 can’t open a local Home page – The Eclectic Light Company](https://eclecticlight.co/2018/10/18/safari-12-0-cant-open-a-local-home-page/)
|
10
|
+
|
11
|
+
> Once I have loaded another page in Sierra, and I go back to my Home page, those errors vanish, and it then loads as expected. Other than pointing Safari at the file for my new Home page, I have made no other relevant changes in its settings.
|
2
追加
test
CHANGED
@@ -1 +1,3 @@
|
|
1
|
-
|
1
|
+
同様の事例がありました。
|
2
|
+
|
3
|
+
[Safari: kCFErrorDomainCFNetwork error 1 on local (HTML) files - Ask Different](https://apple.stackexchange.com/questions/361245/safari-kcferrordomaincfnetwork-error-1-on-local-html-files)
|
1
追加
test
CHANGED
@@ -1,7 +1 @@
|
|
1
|
-
```CSS
|
2
|
-
|
3
|
-
<link rel="stylesheet" href="stylesheet2.css" stlye="" type="text/css">
|
4
|
-
|
5
|
-
```
|
6
|
-
|
7
|
-
に全角空白文字が含まれてます。
|
1
|
+
linkタグの属性と属性の間に全角空白文字が含まれてます。
|