Skip to content

Commit

Permalink
feat: name attribute and variable renamed to key
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Aug 4, 2023
1 parent e17e290 commit ac1e91e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
sizes="32x32"
href="https://cocreate.app/images/favicon.ico" />
<meta
name="description"
key="description"
content="A simple HTML5 and pure javascript component. Easy configuration using data-attributes and highly styleable." />
<meta
name="keywords"
key="keywords"
content="helper classes, utility classes, css framework, css library, inline style classes" />
<meta name="robots" content="index,follow" />

Expand All @@ -28,7 +28,7 @@
</head>

<body>
<div array="" object="" name="" id="cocreate-socket-server">
<div array="" object="" key="" id="cocreate-socket-server">
<div
class="display:flex flex-wrap:wrap justify-content:space-between margin:10px">
<div class="display:flex align-items:center">
Expand Down Expand Up @@ -155,7 +155,7 @@ <h4>
lang="html"
array="demos"
object=""
name="demo"
key="demo"
save="false"
id="demo"
class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
Expand Down

0 comments on commit ac1e91e

Please sign in to comment.