-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from SWTI2014/parsing/link-rel
Ref #53: Parsing/link-rel
- Loading branch information
Showing
10 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
packages/HTML.package/CSSStyleSheet.class/instance/loadStyles.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
accessing | ||
loadStyles | ||
|
||
| doc | | ||
|
||
doc := (self url asUrlRelativeTo: self document requestUrl asUrl) retrieveContents. | ||
self | ||
content: doc content; | ||
start: 0; | ||
end: doc content size. | ||
self parseContents: (ReadStream on: self content). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...es/HTML.package/monticello.meta/version.d/HTML-js.71_b416c44b-0b04-174e-ae96-031ac152f810
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...es/HTML.package/monticello.meta/version.d/HTML-js.72_01e5d6ea-991a-fa40-ae52-b7892589e946
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...es/HTML.package/monticello.meta/version.d/HTML-js.73_623f2e09-f5a3-f341-983d-db0048891896
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...es/HTML.package/monticello.meta/version.d/HTML-js.74_4d0f61cc-2257-7549-ba0d-9a68c931446c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...amper.package/monticello.meta/version.d/Scamper-js.5_aa7fdd36-0fbf-af4a-a9bf-0c5077e98ccd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...amper.package/monticello.meta/version.d/Scamper-js.6_30c3d117-5352-7b42-8adb-dd454409c310
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters