impliedAclModes

The full set of WAC acl:mode predicates a grant of this mode must write. WAC has no mode subsumptionacl:Write does not grant acl:Read — so a UI capability that's meant to include reading has to assert acl:Read explicitly:

  • READacl:Read ("View")

  • APPENDacl:Read, acl:Append ("Add": read + append)

  • WRITEacl:Read, acl:Write ("Edit": read + modify)

Without the explicit acl:Read a "Write" receiver could overwrite a resource they cannot GET.