Skip to content

Commit

Permalink
fix: add note about non-standard property attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Prodromou committed Nov 16, 2024
1 parent 17ac0a3 commit 47fd731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ <h5>Example</h5>
&lt;/html&gt;
</pre>
<p>
In this example, the <code>article:author</code> property is the author of the document.
In this example, the <code>article:author</code> property is the author of the document. (Note that OpenGraph Protocol uses the non-standard <code>property</code> attribute for metadata.)
</p>
<p>
Given an HTML page at <code>https://html.example/files/video-40.html</code> that represents a <code>Video</code> object, the consumer can use OpenGraph metadata to identify the Webfinger ID of the creator of the video:
Expand Down

1 comment on commit 47fd731

@trwnh
Copy link

@trwnh trwnh commented on 47fd731 Nov 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change is incorrect; see #32 (comment) for reasoning why

Please # to comment.