FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
respec/examples/basic.html at develop · storagebot/respec · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
storagebot
/
respec
Public
forked from
speced/respec
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
respec
/
examples
/
basic.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
70 lines (70 loc) · 2.4 KB
Breadcrumbs
respec
/
examples
/
basic.html
Copy path
File metadata and controls
70 lines (70 loc) · 2.4 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html
>
<
html
xmlns
='
http://www.w3.org/1999/xhtml
'
>
<
head
>
<
meta
charset
='
utf-8
'
/>
<
title
>
Basic ReSpec Evolution Example
</
title
>
<!-- // <script src='http://w3.dev/2009/dap/ReSpec.js/js/respec.js' class='remove'></script> -->
<
script
src
='
../js/require.js
'
data-main
='
../js/profile-w3c-common
'
async
class
='
remove
'
>
</
script
>
<!-- // <script src='../builds/respec-w3c-common.js' async class='remove'></script> -->
<!-- // <script src='respec-debug.js' async class='remove'></script> -->
<!-- // <script src='//www.w3.org/Tools/respec/respec-w3c-common' async class='remove'></script> -->
<!-- // <script src='http://darobin.github.com/respec/builds/respec-w3c-common.js' async class='remove'></script> -->
<
script
class
='
remove
'
>
var
respecConfig
=
{
specStatus
:
"WD"
,
editors
:
[
{
name
:
"Robin Berjon"
,
url
:
"http://berjon.com/"
}
]
,
processVersion
:
2005
}
;
</
script
>
</
head
>
<
body
>
<
section
id
='
abstract
'
>
<
p
>
This is just a very basic document. [[!REX]]
[[DOM4]], [[XML10]], [[\WHATEVER]]
</
p
>
</
section
>
<
section
id
='
sotd
'
>
<
p
>
CUSTOM PARAGRAPH
</
p
>
</
section
>
<
section
class
='
informative
'
>
<
h2
>
Informative section
</
h2
>
<
p
>
blah
</
p
>
<
section
>
<
h2
>
Inner section
</
h2
>
<
p
>
blahblah
</
p
>
</
section
>
<
section
>
<
h2
>
Other inner section
</
h2
>
<
p
>
blahblah
</
p
>
</
section
>
</
section
>
<
section
>
<
h2
>
Clash here
</
h2
>
<
dl
title
='
enum Test
'
class
='
idl
'
>
<
dt
>
</
dt
>
<
dd
>
empty
</
dd
>
<
dt
>
a
</
dt
>
<
dd
>
a
</
dd
>
</
dl
>
</
section
>
<
section
>
<
h2
>
Type Unions
</
h2
>
<
section
>
<
h2
>
Two
</
h2
>
<
dl
class
="
idl
"
title
="
interface MutableCapabilities : Capabilities
"
>
<
dt
>
(DOMString or sequence<long
>
) bar()
</
dt
>
<
dd
>
without default
</
dd
>
<
dt
>
void foo((unsigned long or sequence<unsigned long
>
) value1)
</
dt
>
<
dd
>
without default
</
dd
>
<!-- <dt>void foo(boolean value1, DOMString other1)</dt>
<dd>without default</dd>
<dt>void bar(boolean value2 = true, DOMString other2)</dt>
<dd>with default</dd>
<dt>void bar(unsigned long value3 = 8.2, DOMString other3 = "something else")</dt>
<dd>with default</dd> -->
</
dl
>
</
section
>
</
section
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL