- From: Tobie Langel <tobie.langel@gmail.com>
- Date: Fri, 14 Feb 2014 10:44:12 +0100
- To: spec-prod@w3.org
- Message-ID: <CAMK=o4cG0nBW-EHm_H+BNd0o3RO_ZAqX2VgcWAFGbW5mNaBBKw@mail.gmail.com>
Merged and deployed.
LMK if you have issues.
--tobie
On Fri, Feb 14, 2014 at 10:36 AM, Tobie Langel <tobie.langel@gmail.com>wrote:
> Merging this now.
>
> --tobie
>
>
> On Thu, Feb 13, 2014 at 5:04 PM, Tobie Langel <tobie.langel@gmail.com>wrote:
>
>> 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 Friday, 14 February 2014 09:44:44 UTC