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. 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); }); + */ });