Re: ReSpec Question- how to control Latest Published Version URI?

Hi Courtney,


On September 18, 2015 at 6:44:48 PM, Courtney Kennedy (ckennedy@apple.com) wrote:
> So, alternatively, is there a way to control the license statement in an Unofficial document  
> type? That approach would also solve my current problem.

Absolutely. Try (ugly, I know):

{
specStatus: 'unofficial',
additionalCopyrightHolders: 
'<a href="http://www.w3.org/Consortium/Legal/ipr-'
+'notice#Copyright">Copyright</a> ©2015<a'
+'href="http://www.w3.org/"><abbr title="World Wide Web'
+'Consortium">W3C</abbr></a><sup>®</sup>(<a'
+'href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute'
+'of Technology">MIT</abbr></a>,<a href="http://www.ercim.eu/"><abbr'
+'title="European Research Consortium for Informatics and'
+'Mathematics">ERCIM</abbr></a>,<a'
+'href="http://www.keio.ac.jp/">Keio</a>, <a'
+'href="http://ev.buaa.edu.cn/">Beihang</a>).<abbr title="World Wide Web'
+'Consortium">W3C</abbr> <a'
+'href="http://www.w3.org/Consortium/Legal/ipr-'
+'notice#Legal_Disclaimer">liability</a>,<a'
+'href="http://www.w3.org/Consortium/Legal/ipr-'
+'notice#W3C_Trademarks">trademark</a> and<a'
+'href="http://www.w3.org/Consortium/Legal/copyright-documents">document'
+'use</a>rules apply.'
}

Received on Saturday, 19 September 2015 02:50:05 UTC