diff --git a/index.html b/index.html index 1d6435b..b49cec2 100644 --- a/index.html +++ b/index.html @@ -565,6 +565,11 @@
name
as in ActivityStreams.
+ It's just commonly used enough by ActivityPub profiles to
+ be worth mentioning here.)
@@ -650,6 +655,20 @@ servers. + ++ Properties which contain natural language values follow + + the same rules as in ActivityStreams. + This includes
preferredUsername
,name
, + andsummary
. + In general for + + bidirectional text, +summary
will tend to use HTML markup, whereas +preferredUsername
will tend to use the same + methods used forname
. +