From 405ed66356858af9054617fe42d38e996d421498 Mon Sep 17 00:00:00 2001 From: Shane McCarron Date: Tue, 15 Mar 2016 18:17:52 +0000 Subject: [PATCH 1/2] Put note text back the way it was. To fix issue #653 --- js/w3c/templates/sotd.html | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/js/w3c/templates/sotd.html b/js/w3c/templates/sotd.html index 606db55891..65c82b016c 100644 --- a/js/w3c/templates/sotd.html +++ b/js/w3c/templates/sotd.html @@ -134,6 +134,9 @@ href='http://www.w3.org/Consortium/Patent-Policy-20040205/'>5 February 2004 W3C Patent Policy. {{/unless}} + {{#if recNotExpected}} + The group does not expect this document to become a W3C Recommendation. + {{/if}} {{#unless isIGNote}} {{#if multipleWGs}} W3C maintains {{{wgPatentHTML}}} @@ -159,14 +162,6 @@ charter. {{/if}}

-

- {{#if recNotExpected}} - The group does not expect this document to become a W3C Recommendation. - {{#if noRecTrack}} - It is expected to become a W3C Note. - {{/if}} - {{/if}} -

{{#if isNewProcess}}

This document is governed by the 1 September 2015 W3C Process Document. From 32e82f6233ab569f264da8b5f2ba04ddea1b87f4 Mon Sep 17 00:00:00 2001 From: Shane McCarron Date: Tue, 15 Mar 2016 18:25:18 +0000 Subject: [PATCH 2/2] Commented out test for note text Because I removed the note text. --- tests/spec/w3c/headers-spec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/spec/w3c/headers-spec.js b/tests/spec/w3c/headers-spec.js index 43e1f35684..713ca6daa0 100644 --- a/tests/spec/w3c/headers-spec.js +++ b/tests/spec/w3c/headers-spec.js @@ -790,6 +790,7 @@ describe("W3C — Headers", function() { }, simpleSpecURL).then(done); }); + /* it("should state that the spec is destined to become a note", function(done) { var ops = makeStandardOps(); var newProps = { @@ -804,5 +805,6 @@ describe("W3C — Headers", function() { expect(sotdText).toMatch(expectedString); }).then(done); }); + */ });