Skip to content

Commit 47fd731

Browse files
committed
fix: add note about non-standard property attribute
1 parent 17ac0a3 commit 47fd731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ <h5>Example</h5>
925925
&lt;/html&gt;
926926
</pre>
927927
<p>
928-
In this example, the <code>article:author</code> property is the author of the document.
928+
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.)
929929
</p>
930930
<p>
931931
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:

0 commit comments

Comments
 (0)