It seems like @rel='service' is redundant since it can be done using
@type='application/atomsvc+xml'. What is the difference between the
following?
<link href='...' rel='related' type='application/atomsvc+xml'/>
<link href='...' rel='service' type='application/atomsvc+xml'/>
<link href='...' rel='service'/>
My understanding that the HTML 5 spec editor (Ian Hickson) had decided
against including @rel='service' in HTML 5 for this reason. Since
AtomPub service discovery from HTML is a big use case for this, maybe it
would be better to avoid using rel='service' and instead use whatever
the HTML 5 working group can agree on.