- From: Tobie Langel <tobie.langel@gmail.com>
- Date: Thu, 13 Feb 2014 17:04:22 +0100
- To: spec-prod@w3.org
Received on Thursday, 13 February 2014 16:04:51 UTC
Hi,
About to change specref's deliveredBy property from an array of strings to
an array of objects of the form { url: String, shortname: String }.
So for example:
["http://www.w3.org/2009/dap/", "http://www.w3.org/2011/04/webrtc/"]
will become:
[
{
"url": "http://www.w3.org/2009/dap/",
"shortname": "dap"
},
{
"url": "http://www.w3.org/2011/04/webrtc/",
"shortname": "webrtc"
}
]
If this an issue for you, please ping me immediately.
Thanks,
--tobie
Received on Thursday, 13 February 2014 16:04:51 UTC