@webqit/oohtml 2.1.37 → 2.1.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -94,8 +94,9 @@ The next set of features covers *templating and reusing objects* - in both *decl
94
94
  <head>
95
95
 
96
96
  <template as="foo">
97
- <div as="fragment1"></div>
98
- <div as="fragment2"></div>
97
+ <div as="fragment1">A module fragment that can be accessed independently</div>
98
+ <div as="fragment2">Another module fragment that can be accessed independently</div>
99
+ <p>An element that isn't explicitly exposed.</p>
99
100
  </template>
100
101
 
101
102
  </head>
@@ -706,7 +707,7 @@ If you must load the script "async", one little trade-off has to be made for `<s
706
707
  </body>
707
708
  ```
708
709
 
709
- The custom MIME type strategy also comes in as a "fix" for older browsers (in macOS, typical) where the polyfill is not able to intercept `<script scoped>` and `<script contract>` elements ahead of the browser - e.g. where...
710
+ The custom MIME type strategy also comes in as a "fix" for certain runtimes - e.g. older browsers - where the polyfill is not able to intercept `<script scoped>` and `<script contract>` elements ahead of the runtime - e.g. where...
710
711
 
711
712
  ```html
712
713
  <body>
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "wicg-proposal"
15
15
  ],
16
16
  "homepage": "https://webqit.io/tooling/oohtml",
17
- "version": "2.1.37",
17
+ "version": "2.1.38",
18
18
  "license": "MIT",
19
19
  "repository": {
20
20
  "type": "git",