Skip to content

Commit e5dbf27

Browse files
committed
fix: combine content of givingthanks example to one line per ERRATA
1 parent e36998c commit e5dbf27

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

notes-on-extensions.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- Extensions in the specification
2+
- Extensions on the namespace page https://www.w3.org/ns/activitystreams#extensions "This namespace may be used by extensions to AS2 which are considered stable. The extensions must document their terms in a spec-like way at a persistant URL. Approval of extensions will be by the Social Web WG until it closes, and after that by the followup Community Group. Process and criteria for extensions approval is being finalised and will be described or linked to here in due course."
3+
- Extensions on the wiki https://www.w3.org/wiki/Activity_Streams/Primer/Extensions
4+
- Propose publishing a note on how extensions are included in the main context
5+

vocabulary/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6516,9 +6516,7 @@ <h2>Mentions, Tags and Other Common Social Microsyntaxes</h2>
65166516
"@context": "https://www.w3.org/ns/activitystreams",
65176517
"name": "A thank-you note",
65186518
"type": "Note",
6519-
"content": "Thank you &lt;a href='http://sally.example.org'&gt;@sally&lt;/a&gt;
6520-
for all your hard work!
6521-
&lt;a href='http://example.org/tags/givingthanks'&gt;#givingthanks&lt;/a&gt;",
6519+
"content": "Thank you &lt;a href='http://sally.example.org'&gt;@sally&lt;/agt for all your hard work! &lt;a href='http://example.org/tags/givingthanks'&gt;#givingthanks&lt;/a&gt;",
65226520
"to": {
65236521
"name": "Sally",
65246522
"type": "Person",

0 commit comments

Comments
 (0)