Skip to content

Commit

Permalink
v2.1.26 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndjc authored Jun 29, 2021
1 parent 9727d3f commit 112c804
Show file tree
Hide file tree
Showing 5 changed files with 9,616 additions and 9 deletions.
9,607 changes: 9,607 additions & 0 deletions builds/respec-oasis-common-2.1.26.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions builds/respec-oasis-common.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* ReSpec 2.1.25 - Robin Berjon, http://berjon.com/ (@robinberjon)
/* ReSpec 2.1.26 - Robin Berjon, http://berjon.com/ (@robinberjon)
- Steve Speicher, http://stevespeicher.me/ (@sspeiche)
- Nick Crossley (@ndjc) */
/* Documentation: http://w3.org/respec/. */
/* See original source for licenses: https://github.com/oasis-tcs/tab-respec. */
respecVersion = '2.1.25';
respecVersion = '2.1.26';
/*
RequireJS 2.1.8 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
Available via the MIT or new BSD license.
Expand Down Expand Up @@ -4527,15 +4527,15 @@ define(
}
return $tit;
};

return {
run: function (conf, doc, cb, msg) {
msg.pub("start", "examples");
var $exes = $("pre.example, pre.illegal-example, aside.example")
, num = 0
;
if ($exes.length) {
$(doc).find("head link").first().before($("<style/>").text(css));
$("<style/>").appendTo($("head", $(doc))).text(css);
$exes.each(function (i, ex) {
var $ex = $(ex)
, report = { number: num, illegal: $ex.hasClass("illegal-example") }
Expand Down Expand Up @@ -4605,7 +4605,7 @@ define(
msg.pub("start", "issues-notes");
var $ins = $(".issue, .note");
if ($ins.length) {
$(doc).find("head link").first().before($("<style/>").text(css));
$("<style/>").appendTo($("head", $(doc))).text(css);
var hasDataNum = $(".issue[data-number]").length > 0
, issueNum = 0;
$ins.each(function (i, inno) {
Expand Down
4 changes: 2 additions & 2 deletions js/examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ define(
}
return $tit;
};

return {
run: function (conf, doc, cb, msg) {
msg.pub("start", "examples");
var $exes = $("pre.example, pre.illegal-example, aside.example")
, num = 0
;
if ($exes.length) {
$(doc).find("head link").first().before($("<style/>").text(css));
$("<style/>").appendTo($("head", $(doc))).text(css);
$exes.each(function (i, ex) {
var $ex = $(ex)
, report = { number: num, illegal: $ex.hasClass("illegal-example") }
Expand Down
2 changes: 1 addition & 1 deletion js/issues-notes.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ define(
msg.pub("start", "issues-notes");
var $ins = $(".issue, .note");
if ($ins.length) {
$(doc).find("head link").first().before($("<style/>").text(css));
$("<style/>").appendTo($("head", $(doc))).text(css);
var hasDataNum = $(".issue[data-number]").length > 0
, issueNum = 0;
$ins.each(function (i, inno) {
Expand Down
2 changes: 1 addition & 1 deletion tools/package-oasis.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "respec",
"version": "2.1.25",
"version": "2.1.26",
"description": "Specification Edition Support Tool (OASIS Profile).",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 112c804

Please sign in to comment.