w3c / activitystreams

Activity Streams 2.0
https://www.w3.org/TR/activitystreams-core/
Other
276 stars 60 forks source link

Change type for `href` property in context to match document #597

Open evanp opened 2 months ago

evanp commented 2 months ago

The type for the href property in the AS2 context does not match the documentation. This fixes that problem.

evanp commented 2 months ago

See #595

nightpool commented 2 months ago

is this going to break backwards compatibility for e.g. signed signatures or compaction algorithms or anything like that? maybe there are some processors that special-case @id but don't recognize xsd:anyUri as a type? How "new" is it?

nightpool commented 2 months ago

I agree that in theory this seems like a good change i'm just not sure how well-supported it is or if there are any processing implications.