Skip to content

Commit

Permalink
Markup fixes, plus rename spec.html -> multi.html
Browse files Browse the repository at this point in the history
Thanks mathiasbynens.
  • Loading branch information
sideshowbarker committed Aug 17, 2011
1 parent 45c1470 commit a08ed6f
Show file tree
Hide file tree
Showing 41 changed files with 912 additions and 43 deletions.
2 changes: 1 addition & 1 deletion A.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="split chapter"><head><meta charset="utf-8"><title>Annex A (informative) Grammar Summary # &#9417; &#9402; &#9312; &#9398; &#8212; Annotated ES5</title><link rel="stylesheet" href="style.css"><link rel="shortcut icon" href="favicon.ico"><link href="x16.html" title="16 Errors " rel="prev">
<html class="split chapter"><head><meta charset="utf-8"><title>Annex A (informative) Grammar Summary # &#9417; &#9402; &#9312; &#9398; &#8212; Annotated ES5</title><link rel="stylesheet" href="style.css"><link href="x16.html" title="16 Errors " rel="prev">
<link href="spec.html" title="TOC" rel="index">
<link href="B.html" title="Annex B (informative) Compatibility " rel="next">
</head><body><div class="head">
Expand Down
2 changes: 1 addition & 1 deletion B.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="split chapter"><head><meta charset="utf-8"><title>Annex B (informative) Compatibility # &#9417; &#9402; &#9312; &#9398; &#8212; Annotated ES5</title><link rel="stylesheet" href="style.css"><link rel="shortcut icon" href="favicon.ico"><link href="A.html" title="Annex A (informative) Grammar Summary " rel="prev">
<html class="split chapter"><head><meta charset="utf-8"><title>Annex B (informative) Compatibility # &#9417; &#9402; &#9312; &#9398; &#8212; Annotated ES5</title><link rel="stylesheet" href="style.css"><link href="A.html" title="Annex A (informative) Grammar Summary " rel="prev">
<link href="spec.html" title="TOC" rel="index">
<link href="C.html" title="Annex C (informative) The Strict Mode of ECMAScript " rel="next">
</head><body><div class="head">
Expand Down
2 changes: 1 addition & 1 deletion C.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="split chapter"><head><meta charset="utf-8"><title>Annex C (informative) The Strict Mode of ECMAScript # &#9417; &#9402; &#9312; &#9398; &#8212; Annotated ES5</title><link rel="stylesheet" href="style.css"><link rel="shortcut icon" href="favicon.ico"><link href="B.html" title="Annex B (informative) Compatibility " rel="prev">
<html class="split chapter"><head><meta charset="utf-8"><title>Annex C (informative) The Strict Mode of ECMAScript # &#9417; &#9402; &#9312; &#9398; &#8212; Annotated ES5</title><link rel="stylesheet" href="style.css"><link href="B.html" title="Annex B (informative) Compatibility " rel="prev">
<link href="spec.html" title="TOC" rel="index">
<link href="D.html" title="Annex D (informative) Corrections and Clarifications in the 5th Edition with Possible 3rd Edition Compatibility Impact " rel="next">
</head><body><div class="head">
Expand Down
2 changes: 1 addition & 1 deletion D.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="split chapter"><head><meta charset="utf-8"><title>Annex D (informative) Corrections and Clarifications in the 5th Edition with Possible 3rd Edition Compatibility Impact # &#9417; &#9402; &#9312; &#9398; &#8212; Annotated ES5</title><link rel="stylesheet" href="style.css"><link rel="shortcut icon" href="favicon.ico"><link href="C.html" title="Annex C (informative) The Strict Mode of ECMAScript " rel="prev">
<html class="split chapter"><head><meta charset="utf-8"><title>Annex D (informative) Corrections and Clarifications in the 5th Edition with Possible 3rd Edition Compatibility Impact # &#9417; &#9402; &#9312; &#9398; &#8212; Annotated ES5</title><link rel="stylesheet" href="style.css"><link href="C.html" title="Annex C (informative) The Strict Mode of ECMAScript " rel="prev">
<link href="spec.html" title="TOC" rel="index">
<link href="E.html" title="Annex E (informative) Additions and Changes in the 5th Edition that Introduce Incompatibilities with the 3rd Edition " rel="next">
</head><body><div class="head">
Expand Down
2 changes: 1 addition & 1 deletion E.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="split chapter"><head><meta charset="utf-8"><title>Annex E (informative) Additions and Changes in the 5th Edition that Introduce Incompatibilities with the 3rd Edition # &#9417; &#9402; &#9312; &#9398; &#8212; Annotated ES5</title><link rel="stylesheet" href="style.css"><link rel="shortcut icon" href="favicon.ico"><link href="D.html" title="Annex D (informative) Corrections and Clarifications in the 5th Edition with Possible 3rd Edition Compatibility Impact " rel="prev">
<html class="split chapter"><head><meta charset="utf-8"><title>Annex E (informative) Additions and Changes in the 5th Edition that Introduce Incompatibilities with the 3rd Edition # &#9417; &#9402; &#9312; &#9398; &#8212; Annotated ES5</title><link rel="stylesheet" href="style.css"><link href="D.html" title="Annex D (informative) Corrections and Clarifications in the 5th Edition with Possible 3rd Edition Compatibility Impact " rel="prev">
<link href="spec.html" title="TOC" rel="index">
<link href="bibliography.html" title="Bibliography " rel="next">
</head><body><div class="head">
Expand Down
9 changes: 7 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@ PYTHONFLAGS=
SPECSPLITTER=spec-splitter.py
SPECSPLITTERFLAGS=
SINGLEPAGE=index.html
MULTIPAGE=spec.html
MULTIPAGE=multi.html
MULTIPAGECOPY=spec.html

all: $(MULTIPAGE) README.md
all: $(MULTIPAGE) $(MULTIPAGECOPY) README.md

README.md: README.html
$(HTML2MARKDOWN) $(HTML2MARKDOWNFLAGS) $< > $@

$(MULTIPAGE): index.html
$(PYTHON)$(PYTHONFLAGS) $(SPECSPLITTER) $(SPECSPLITTERFLAGS) $< .

$(MULTIPAGECOPY): $(MULTIPAGE)
cp $< $@

clean:
$(RM) $(MULTIPAGE)
$(RM) $(MULTIPAGECOPY)
$(RM) README.md
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<head>
<meta charset=utf8>
<title>About es5-spec</title>
Expand Down
2 changes: 1 addition & 1 deletion bibliography.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="split chapter"><head><meta charset="utf-8"><title>Bibliography # &#9417; &#9402; &#9312; &#9398; &#8212; Annotated ES5</title><link rel="stylesheet" href="style.css"><link rel="shortcut icon" href="favicon.ico"><link href="E.html" title="Annex E (informative) Additions and Changes in the 5th Edition that Introduce Incompatibilities with the 3rd Edition " rel="prev">
<html class="split chapter"><head><meta charset="utf-8"><title>Bibliography # &#9417; &#9402; &#9312; &#9398; &#8212; Annotated ES5</title><link rel="stylesheet" href="style.css"><link href="E.html" title="Annex E (informative) Additions and Changes in the 5th Edition that Introduce Incompatibilities with the 3rd Edition " rel="prev">
<link href="spec.html" title="TOC" rel="index">
</head><body><div class="head">
<h2 id="top">Annotated ECMAScript 5.1 <span id="timestamp"></span></h2>
Expand Down
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<!doctype html>
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<title>Annotated ES5</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<div id="prolog">
Expand All @@ -18,7 +17,7 @@ <h2 id="top">Annotated ECMAScript 5.1 <span id="timestamp"></span></h2>
<script src="timestamp.js"></script>
</div>
<p id="alt-version-notice"><a href="#toc" title="skip to TOC">toc</a>
· <a href="spec.html">multi-page version</a>
· <a href="multi.html">multi-page version</a>
· <a href="key.html">key</a>
· <a href="https://github.com/es5/es5.github.com">source</a></p>
<div id="disclaimer">
Expand Down
2 changes: 1 addition & 1 deletion introduction.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="split chapter"><head><meta charset="utf-8"><title>Introduction # &#9417; &#9402; &#9312; &#9398; &#8212; Annotated ES5</title><link rel="stylesheet" href="style.css"><link rel="shortcut icon" href="favicon.ico"><link href="spec.html" title="TOC" rel="index">
<html class="split chapter"><head><meta charset="utf-8"><title>Introduction # &#9417; &#9402; &#9312; &#9398; &#8212; Annotated ES5</title><link rel="stylesheet" href="style.css"><link href="spec.html" title="TOC" rel="index">
<link href="x1.html" title="1 Scope " rel="next">
</head><body><div class="head">
<h2 id="top">Annotated ECMAScript 5.1 <span id="timestamp"></span></h2>
Expand Down
2 changes: 1 addition & 1 deletion key.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<title>Annotated ES5: Key to the annotations</title>
Expand Down
Loading

0 comments on commit a08ed6f

Please sign in to comment.