-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnegation.html
139 lines (122 loc) · 3.69 KB
/
negation.html
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html><!--*-ispell-dictionary:"sv";js-indent-level:2;css-indent-offset:2-*-->
<!-- Copyright 2018-2022 by zrajm. Licenses: CC BY-SA (text), GPLv2 (code). -->
<meta charset="UTF-8">
<title>Teckenskrift: Negationer</title>
<link rel=stylesheet href="base.css">
<link rel="icon" href="favicon.svg" sizes="any">
<link rel="mask-icon" href="favicon.svg" color="#444"><!--Safari-->
<style>
section { margin-top: 1em; margin-bottom: 1em; }
table[border]:not([border="0"]) {
border-collapse: collapse;
border: 1px solid black;
}
table[border]:not([border="0"]) th,
table[border]:not([border="0"]) td {
text-align: center;
padding: .125em .25em;
border: 1px solid black;
}
.FIXME { background: yellow; }
.shaded { opacity: .4; }
.blue { background: rgba(0, 0, 255, .2); }
.hand img { height: 100px; }
.trans { font-size: 200%; }
.trans img { height: 28px; }
.grey { background: rgba(127, 127, 127, .25); }
table.border-example {
caption-side: bottom;
border: 1px solid black;
border-collapse: collapse;
}
table.border-example caption {
text-align: left;
padding: 0.5em 1em;
}
table.border-example th,
table.border-example td {
border: 1px solid black;
padding: .25em .5em;
}
table { caption-side: bottom; }
table caption { text-align: left; font-weight: bold; }
.columns {
column-count: auto;
column-gap: 12px;
column-width: 370px;
-moz-column-count: auto;
-moz-column-gap: 12px;
-moz-column-width: 370px;
-webkit-column-count: auto;
-webkit-column-gap: 12px;
-webkit-column-width: 370px;
}
.columns > table {
break-inside: avoid-column;
border-collapse: collapse;
border: 1px solid black;
margin-bottom: 4px;
XXwidth: 100%;
}
dl {
margin: 1em 0;
}
dt {
font-weight: bold;
}
a[href^="#"] {
font-style: italic;
}
.hanging > p, p.hanging {
padding-left: 1em;
text-indent: -1em;
}
.glossary > p { margin: 0; }
.glossary > p > a:first-child { font-weight: bold; }
div.handform > table { display: inline-table; margin: .25em .125em; }
div.handform > table td[colspan="2"] { font-size: small; }
.x2 { font-size: 1.8em; line-height: 50px !important; }
.padded img, img.padded { margin: 10px; }
table.inline { display: inline-table; }
</style>
<h1>Teckenskrift: Negationer</h1>
<p>Nedan är några av mina funderingar ikring negation i svenskt teckenspråk i
relation till ASLwrite. Dessa är baserade på Brita Bergmans <i>Manuell och
ickemanuell negation i svenska teckenspråket</i> från 1995.
<section>
<h1>a-neg</h1>
<p><b>Realisation:</b> <i>Nose Wrinkler</i>
<p><b>Sammanhang:</b>
<ul>
<li>Ofta initialt i yttrande.
<li>Uttrycker känsla eller attityd, fungerar inte negerande i sig själv.
<li>Används huvudsakligen i dialog.
<li>Används i rapporterat tal (i narrativ monolog).
<li>Dessutom förekommer inte i negerade svar till ja/nej-frågor (en
ja/nej-fråga gör normalt inte ett påstående på vilket man kan reagera
avvisande).
<li>Används inte i ja/nej-frågor.
</ul>
<p><b>Betydelse:</b>
<ul>
<li>Förmedlar avståndstagande/negativ reaktion: 'jag avvisar (vad du
påstår eller implicerar)' / 'nej, jag håller inte med'.
</ul>
</section>
<section>
<h1>h-neg</h1>
<p><b>Realisation:</b> Huvudskakning.
<p><b>Betydelse:</b>
</section>
<section>
<h1>na-neg</h1>
<p><b>Realisation:</b> En eller flera aktionsenheter i nedre delen av
ansiktet, dvs <i>Upper Lip Raiser, Lip Corner Depressor</i> och <i>Chin
Raiser</i>.
<p><b>Betydelse:</b>
</section>
<footer>
<hr>
<p>Copyright 2018–2022 <a href="http://zrajm.org">zrajm</a> (Uppsala, Sverige)
</footer>
<!--[eof]-->