@webqit/oohtml 2.1.74 → 2.1.75

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 +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -650,7 +650,7 @@ Here, we get the `binding` attribute for a declarative and neat, key/value data-
650
650
  | `@html` | Markup content | `<span binding="@html: '<i>'+firstName+'</i>';"></span>` |
651
651
  | `@items` | A list, with argument in the following format:<br>`<declaration> <of\|in> <iterable> / <importRef>` | *See next two tables* |
652
652
 
653
- <details><summary>About <code>For ... Of</code> Loops</summary>
653
+ <details><summary><code>For ... Of</code> Loops</summary>
654
654
 
655
655
  | Idea | Usage |
656
656
  | :---- | :---- |
@@ -661,7 +661,7 @@ Here, we get the `binding` attribute for a declarative and neat, key/value data-
661
661
 
662
662
  </details>
663
663
 
664
- <details><summary>About <code>For ... In</code> Loops</summary>
664
+ <details><summary><code>For ... In</code> Loops</summary>
665
665
 
666
666
  | Idea | Usage |
667
667
  | :---- | :---- |
@@ -682,8 +682,6 @@ Generated item elements are automatically assigned a corresponding index with a
682
682
 
683
683
  </details>
684
684
 
685
- **-->** *all of which could be seen below*:
686
-
687
685
  ```html
688
686
  <section>
689
687
 
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.74",
17
+ "version": "2.1.75",
18
18
  "license": "MIT",
19
19
  "repository": {
20
20
  "type": "git",