-
Notifications
You must be signed in to change notification settings - Fork 2
/
state_of_css.yml
871 lines (758 loc) · 29.5 KB
/
state_of_css.yml
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
locale: de-DE
namespace: css
translations:
###########################################################################
# General
###########################################################################
- key: general.state_of_css.intro
t: >
CSS entwickelt sich schneller als je zuvor.
Flexbox, Grid, Multi-Column... Und dabei sind wir noch gar nicht bei den neuen Paradigmen wie CSS-in-JS.
Auf Grund des Erfolgs unserer jährlichen State Of JavaScript Umfragen haben wir entschieden einen Schritt in die Welt der Styles und Selektoren zu gehen. Wir hoffen Du hilfst uns die aktuellen Trends zu identifizieren und herauszufinden welche Tools es sich lohnt als nächstes zu lernen und zu nutzen!
- key: general.results.description
t: Die jährliche Umfrage zu den CSS-Trends.
###########################################################################
# Sections
###########################################################################
- key: sections.layout.title
t: Layout
- key: sections.layout.description
t: Wie positionierst Du Elemente auf dem Bildschirm?
- key: sections.shapes_graphics.title
t: Formen und Grafik
- key: sections.shapes_graphics.description
t: Kontrolliere die Form und Anzeige von Elementen.
- key: sections.interactions.title
t: Interaktionen
- key: sections.interactions.description
t: Kontrolliere wie der Nutzer mit der Seite interagiert.
- key: sections.typography.title
t: Typographie
- key: sections.typography.description
t: Einstellungen und Layout von Text.
- key: sections.animations_transforms.title
t: Animationen & Transformationen
- key: sections.animations_transforms.description
t: Animiere und transformiere Elemente.
- key: sections.accessibility.title
t: Accessibility
- key: sections.accessibility.description
t: Accessibility Features und Techniken.
- key: sections.media_queries.title
t: Media Queries
- key: sections.media_queries.description
t: Möglichkeiten die Seite an Geräte und Präferenzen von Nutzern anzupassen.
- key: sections.other_features.title
t: Andere Features
- key: sections.other_features.description
t: Andere CSS-Features.
- key: sections.units_selectors.title
t: Einheiten und Selektoren
- key: sections.units_selectors.description
t: Teste Dein Wissen zu CSS-Einheiten und Selektoren.
- key: sections.colors.title
t: Farben
- key: sections.colors.description
t: Farbbezogene Funktionen.
- key: sections.pre_post_processors.title
t: Pre-/Post-processors
- key: sections.pre_post_processors.description
t: Werkzeuge, die CSS erweitern.
- key: sections.pre_post_processors_others.title
t: Andere Pre-/Post-Prozessoren
- key: sections.css_frameworks.title
t: CSS Frameworks
- key: sections.css_frameworks.description
t: Bibliotheken, die Dir vordefinierte Komponenten und Styles liefern.
- key: sections.css_frameworks_others.title
t: Andere CSS-Frameworks
- key: sections.css_methodologies.title
t: CSS Methoden
- key: sections.css_methodologies.description
t: Kodifizierte Optionen wie sauberes CSS geschrieben wird.
- key: sections.css_methodologies_others.title
t: Andere CSS-Methoden
- key: sections.css_in_js.title
t: CSS-in-JS
- key: sections.css_in_js.description
t: Bibliotheken, die bei der Integration von CSS nach JavaScript helfen.
- key: sections.css_in_js_others.title
t: Andere CSS-in-JS Bibliotheken
- key: sections.tools_others.title
t: Andere Werkzeuge
- key: sections.tools_others.description
t: Andere CSS-Werkzeuge
- key: sections.environments.title
t: Umgebungen
- key: sections.environments.description
t: Für welche Umgebungen schreibst Du CSS?
- key: sections.usage_css.title
t: CSS-Benutzung
- key: sections.usage_css.description
t: Wie du CSS benutzt.
###########################################################################
# Options
###########################################################################
# CSS for print
- key: options.css_for_print.0
t: Ich schreibe fast nie Print Styles.
- key: options.css_for_print.0.short # TODO
t: Nie
- key: options.css_for_print.1
t: Ich schreibe gelegentlich Print Styles.
- key: options.css_for_print.1.short # TODO
t: Gelegentlich
- key: options.css_for_print.2
t: Ich schreibe Print Styles üblicherweise als Teil meiner Projekte.
- key: options.css_for_print.2.short # TODO
t: Oft
- key: options.css_for_print.3
t: Ich schreibe hauptsächlich Print Styles.
- key: options.css_for_print.3.short # TODO
t: Hauptsächlich
# CSS for email
- key: options.css_for_email.0
t: Ich schreibe fast nie CSS für E-Mail Clients.
- key: options.css_for_email.0.short # TODO
t: Nie
- key: options.css_for_email.1
t: Ich schreibe gelegentlich CSS für E-Mail Clients.
- key: options.css_for_email.1.short # TODO
t: Gelegentlich
- key: options.css_for_email.2
t: Ich schreibe CSS für E-Mail Clients üblicherweise als Teil meiner Projekte.
- key: options.css_for_email.2.short # TODO
t: Oft
- key: options.css_for_email.3
t: Ich schreibe CSS hauptsächlich für E-Mail Clients.
- key: options.css_for_email.3.short # TODO
t: Hauptsächlich
# CSS pain points
- key: options.css_pain_points.browser_interoperability
t: Browser Kompatibilität
- key: options.css_pain_points.browser_interoperability.description
t: Unterschiede zwischen Chrome, Safari, Firefox usw.
- key: options.css_pain_points.interactions
t: Interaktionen
- key: options.css_pain_points.interactions.description
t: Antwort auf Nutzereingaben und andere Events (scrollen, hover usw.).
- key: options.css_pain_points.architecture
t: Architektur & Wartbarkeit
- key: options.css_pain_points.architecture.description
t: Dateimanagement, Dead Code Eliminierung, Refactoring usw.
- key: options.css_pain_points.layout_positioning
t: Layout & Positionierung
- key: options.css_pain_points.layout_positioning.description
t: Entwerfen von Layouts und sicherstellen, dass Elemente am gewünschten Platz sind.
- key: options.css_pain_points.scoping_specificity
t: Bereiche & Spezifität
- key: options.css_pain_points.scoping_specificity.description
t: Die Kaskade und das Überschreiben von Stilen usw.
- key: options.css_pain_points.responsive_design
t: Responsive Design
- key: options.css_pain_points.responsive_design.description
t: Adaptieren von Layouts und Gestaltungen für verschiedene Geräte.
- key: options.css_pain_points.form_elements_styling
t: Stile für Formularelemente
- key: options.css_pain_points.form_elements_styling.description
t: Anpassung des Aussehens und des Verhaltens von Formularen.
- key: options.css_pain_points.performance_issues
t: Performance Probleme
- key: options.css_pain_points.performance_issues.description
t: Umgang mit Scrolling, Animationen flüssiger machen usw.
# CSS usage
- key: options.what_do_you_use_css_for.marketing_sites
t: Marketingseiten & Landingpages
- key: options.what_do_you_use_css_for.design_systems
t: Design Systems
- key: options.what_do_you_use_css_for.blogs
t: Blogs oder andere textlastige Webseiten
- key: options.what_do_you_use_css_for.web_apps
t: Webapps
- key: options.what_do_you_use_css_for.mobile_apps
t: Mobile Apps
- key: options.what_do_you_use_css_for.css_art
t: CSS-Kunst & Illustrationen
- key: options.what_do_you_use_css_for.emails
t: E-Mails
- key: options.what_do_you_use_css_for.printed_documents
t: Gedruckte Dokumente
- key: usage.css_usage_type
t: CSS-Benutzung
- key: usage.css_usage_type.question
t: In welchem Kontext nutzt du CSS primär?
- key: usage.css_usage_type.others
t: Andere Benutzungsarten
- key: usage.css_js_balance
t: CSS- vs. JavaScript-Balance
- key: usage.css_js_balance.question
t: Wie teilst du deine Zeit zwischen dem Schreiben von CSS- (HTML eingeschlossen) und JavaScript-Code auf?
# Browser interoperability question
- key: opinions_others.browser_interoperability_features.others
t: Browserinkompatibilitäten
- key: opinions_others.browser_interoperability_features.others.description
t: >
Gibt es existierende CSS-Funktionen, bei denen du Probleme hast, diese zu benutzen (oder komplett vermeidest)
weil die Unterstützung durch verschiedene Browser fehlt oder die Ergebnisse sich in diesen unterscheiden?
###########################################################################
# Features
###########################################################################
# layout
- key: features.grid
t: CSS Grid
- key: features.subgrid
t: Subgrid
- key: features.regions
t: CSS Regions
- key: features.flexbox
t: Flexbox
- key: features.multi_column
t: CSS Multi-Column
- key: features.writing_modes
t: CSS Writing Modes
- key: features.exclusions
t: CSS Exclusions
- key: features.position_sticky
t: "<code>position: sticky</code>"
- key: features.logical_properties
t: Logical Properties
- key: features.logical_properties.description
t: <code>margin-block-start</code>, <code>padding-inline-end</code> usw.
- key: features.aspect_ratio
t: <code>aspect-ratio</code>
- key: features.content_visibility
t: <code>content-visibility</code>
- key: features.flexbox_gap
t: Gap Property für flexbox
- key: features.break_rules
t: Break rules
- key: features.break_rules.description
t: <code>break-inside</code>, <code>break-before</code>, <code>break-after</code>
- key: features.at_container
t: Container Queries
- key: features.at_container.description
t: <code>@container</code> query
# shapes & graphics
- key: features.shapes
t: CSS Shapes
- key: features.object_fit
t: <code>object-fit</code>
- key: features.clip_path
t: <code>clip-path</code>
- key: features.masks
t: CSS Masks
- key: features.blend_modes
t: Blend Modes
- key: features.blend_modes.description
t: Die <code>mix-blend-mode</code> Eigenschaft
- key: features.filter_effects
t: CSS Filter Effects
- key: features.backdrop_filter
t: <code>backdrop-filter</code>
- key: features.intrinsic_sizing
t: Intrinsic Sizing
- key: features.intrinsic_sizing.description
t: <code>min-content</code>, <code>max-content</code>, <code>fit-content</code>
- key: features.repeating_linear_gradient
t: <code>repeating-linear-gradient()</code>
- key: features.conic_gradient
t: <code>conic-gradient()</code>
- key: features.color_function
t: <code>color()</code>
- key: features.accent_color
t: <code>accent-color</code>
# interactions
- key: features.scroll_snap
t: CSS Scroll Snap
- key: features.overscroll_behavior
t: <code>overscroll-behavior</code>
- key: features.overflow_anchor
t: <code>overflow-anchor</code>
- key: features.touch_action
t: <code>touch-action</code>
- key: features.pointer_events
t: <code>pointer-events</code>
- key: features.scroll_timeline
t: <code>scroll-timeline</code>
# typography
- key: features.web_fonts
t: Web Fonts (@font-face)
- key: features.variables_fonts
t: Variable Fonts
- key: features.line_breaking
t: Line breaking Properties
- key: features.line_breaking.description
t: <code>overflow-wrap</code>, <code>word-break</code>, <code>line-break</code>, <code>hyphens</code>
- key: features.font_variant
t: <code>font-variant-*</code>
- key: features.initial_letter
t: <code>initial-letter</code>
- key: features.font_variant_numeric
t: <code>font-variant-numeric</code>
- key: features.font_display
t: <code>font-display</code>
- key: features.line_clamp
t: <code>line-clamp</code>
- key: features.leading_trim
t: <code>leading-trim</code>
- key: features.direction
t: <code>direction</code>
- key: features.direction.description
t: Beinhaltet auch <code>dir</code>-HTML-Attribute.
# animations & transforms
- key: features.transitions
t: CSS Transitions
- key: features.transforms
t: CSS Transforms
- key: features.animations
t: CSS Animations
- key: features.perspective
t: <code>perspective</code>
# media queries/accessibility
- key: features.feature_support_queries
t: Feature Support Queries (<code>@supports</code>)
- key: features.prefers_reduced_motion
t: <code>prefers-reduced-motion</code>
- key: features.prefers_color_scheme
t: <code>prefers-color-scheme</code>
- key: features.color_gamut
t: <code>color-gamut</code>
- key: features.prefers_reduced_data
t: <code>prefers-reduced-data</code>
- key: features.tabindex
t: <code>tabindex</code>-HTML-Attribute
- key: features.tabindex.description
t: <code><div tabindex="0"></code>
- key: features.color_contrast
t: <code>color-contrast()</code>
- key: features.color_scheme
t: <code>color-scheme</code>
- key: features.aria_attributes
t: ARIA-HTML-Attribute
- key: features.aria_attributes.description
t: <code><role></code>, <code><aria-label></code>, etc.
# other features
- key: features.variables
t: CSS Variables (Custom Properties)
- key: features.containment
t: CSS Containment
- key: features.will_change
t: <code>will-change</code>
- key: features.calc
t: <code>calc()</code>
- key: features.houdini
t: Houdini
- key: features.comparison_functions
t: CSS Comparison Functions
- key: features.comparison_functions.description
t: <code>min()</code>, <code>max()</code> und <code>clamp()</code>
- key: features.at_property
t: Houdini Custom Properties
- key: features.at_property.description
t: <code>@property</code>
- key: features.at_layer
t: <code>@layer</code>
- key: features.marker
t: <code>::marker</code> pseudo-element
# missing features
- key: features.nesting
t: Verschachtelung
- key: features.nesting.description
t: Die Möglichkeit, Stile in nativem CSS zu verschachteln.
- key: features.parent_selector
t: Parent Selector
- key: features.parent_selector.description
t: Die Möglichkeit, auf ein übergeordnetes Element basierend auf seinen untergeordneten Elementen abzuzielen.
- key: features.browser_support
t: Browser Support
- key: features.browser_support.description
t: Bessere Browser-Unterstützung für existierende Features.
- key: features.mixins
t: Mixins
- key: features.mixins.description
t: Definitionen dynamisch gruppieren und wiederverwenden.
- key: features.color_functions
t: Color Functions
- key: features.color_functions.description
t: Funktionen zum Manipulieren von Farbwerten.
- key: features.container_queries
t: Container Queries
- key: features.container_queries.description
t: In der Lage sein, Stile basierend auf den Dimensionen des übergeordneten Containers zu schreiben.
- key: features.scoping
t: Scoping
- key: features.scoping.description
t: Die Möglichkeit, genauer anzugeben, wo die Stile angewendet werden.
###########################################################################
# Units & Selectors
###########################################################################
- key: features_others.units
t: Einheiten
- key: features_others.units.description
t: Welche dieser CSS Einheiten hast Du genutzt?
- key: options.units.px
t: px
- key: options.units.pt
t: pt
- key: options.units.percent
t: "%"
- key: options.units.em
t: em
- key: options.units.rem
t: rem
- key: options.units.vh_vw
t: vh, vw
- key: options.units.vmin_vmax
t: vmin, vmax
- key: options.units.ch
t: ch
- key: options.units.ex
t: ex
- key: options.units.mm
t: mm
- key: options.units.cm
t: cm
- key: options.units.in
t: in
- key: features_others.pseudo_elements
t: Pseudoelemente
- key: features_others.pseudo_elements.description
t: Welche dieser CSS Pseudoelemente hast Du genutzt?
- key: options.pseudo_elements.before
t: "::before"
- key: options.pseudo_elements.after
t: "::after"
- key: options.pseudo_elements.first_line
t: "::first-line"
- key: options.pseudo_elements.first_letter
t: "::first-letter"
- key: options.pseudo_elements.selection
t: "::selection"
- key: options.pseudo_elements.placeholder
t: "::placeholder"
- key: options.pseudo_elements.marker
t: "::marker"
- key: options.pseudo_elements.backdrop
t: "::backdrop"
- key: features_others.combinators
t: Verkettungen
- key: features_others.combinators.description # TODO
t: Welche dieser kombinierten CSS-Selektoren hast du verwendet?
- key: options.combinators.descendant
t: div span (absteigend)
- key: options.combinators.child
t: div > span (Kind)
- key: options.combinators.next_sibling
t: div + div (nächste Geschwister)
- key: options.combinators.subsequent_sibling
t: div ~ div (nachfolgende Geschwister)
- key: features_others.tree_document_structure
t: Baum/ Dokumentstruktur
- key: features_others.tree_document_structure.description # TODO
t: Welche dieser strukturbezogenen CSS-Selektoren hast du verwendet?
- key: options.tree_document_structure.root
t: :root
- key: options.tree_document_structure.empty
t: :empty
- key: options.tree_document_structure.not
t: :not()
- key: options.tree_document_structure.nth_child
t: :nth-child()
- key: options.tree_document_structure.nth_last_child
t: :nth-last-child()
- key: options.tree_document_structure.first_child
t: :first-child
- key: options.tree_document_structure.last_child
t: :last-child
- key: options.tree_document_structure.only_child
t: :only-child
- key: options.tree_document_structure.nth_of_type
t: :nth-of-type()
- key: options.tree_document_structure.nth_last_of_type
t: :nth-last-of-type()
- key: options.tree_document_structure.first_of_type
t: :first-of-type
- key: options.tree_document_structure.last_of_type
t: :last-of-type
- key: options.tree_document_structure.only_of_type
t: :only-of-type
- key: options.tree_document_structure.lang
t: :lang()
- key: options.tree_document_structure.is
t: :is()
- key: options.tree_document_structure.where
t: :where()
- key: options.tree_document_structure.has
t: :has()
- key: features_others.attributes
t: Attribute
- key: features_others.attributes.description # TODO
t: Welche dieser CSS-Attributselektoren hast du verwendet?
- key: options.attributes.presence
t: div[foo] (Vorhandensein)
- key: options.attributes.equality
t: div[foo="bar"] (Gleichwertigkeit)
- key: options.attributes.starts_with
t: div[foo^="bar"] (Beginnt mit)
- key: options.attributes.ends_with
t: div[foo$="bar"] (Endet mit)
- key: options.attributes.contains_word
t: div[foo~="bar"] (Beinhaltet Wort)
- key: options.attributes.contains_substring
t: div[foo*="bar"] (Beinhaltet Zeichen)
- key: features_others.links_urls
t: Links/URLs
- key: features_others.links_urls.description # TODO
t: Welche dieser Link- und URL-bezogenen CSS-Selektoren hast du verwendet?
- key: options.links_urls.any_link
t: :any-link
- key: options.links_urls.link_visited
t: :link und :visited
- key: options.links_urls.local_link
t: :local-link
- key: options.links_urls.target
t: :target
- key: features_others.interaction
t: Interaktion
- key: features_others.interaction.description # TODO
t: Welche dieser CSS-Selektoren für Interaktionen hast du verwendet?
- key: options.interaction.hover
t: :hover
- key: options.interaction.active
t: :active
- key: options.interaction.focus
t: :focus
- key: options.interaction.focus_within
t: :focus-within
- key: options.interaction.focus_visible
t: :focus-visible
- key: features_others.form_controls
t: Formularfelder
- key: features_others.form_controls.description # TODO
t: Welche dieser formularbezogenen CSS-Selektoren hast du verwendet?
- key: options.form_controls.enabled_disabled
t: :enabled und :disabled
- key: options.form_controls.read_only_write
t: :read-only und :read-write
- key: options.form_controls.placeholder_shown
t: :placeholder-shown
- key: options.form_controls.default
t: :default
- key: options.form_controls.checked
t: :checked
- key: options.form_controls.indeterminate
t: :indeterminate
- key: options.form_controls.valid_invalid
t: :valid und :invalid
- key: options.form_controls.user_invalid
t: :user-invalid
- key: options.form_controls.in_out_range
t: :in-range und :out-of-range
- key: options.form_controls.required_optional
t: :required und :optional
###########################################################################
# Environments
###########################################################################
- key: environments.browsers
t: Browser
- key: environments.browsers.description
t: Welchen Browser nutzt du zum Testen?
- key: environments.form_factors
t: Formfaktoren
- key: environments.form_factors.question
t: Mit welchen Formfaktoren testest du?
- key: environments.accessibility_features
t: Barrierefreiheitsfunktionen
- key: environments.accessibility_features.question
t: Welche Barrierefreiheitsfunktionen implementierst du normalerweise?
- key: environments.accessibility_features.others
t: Andere Barrierefreiheitsfunktionen
- key: environments.accessibility_features.others.description
t: Andere Barrierefreiheitsfunktionen, die du normalerweise implementierst.
- key: environments.css_for_print
t: CSS für Print
- key: environments.css_for_print.question
t: Schreibst du Styles für Print?
- key: environments.css_for_email
t: CSS für E-Mail Clients
- key: environments.css_for_email.question
t: Schreibst Du CSS für E-Mail Clients?
- key: charts.axis_legends.css_for_print
t: Frequenz
- key: charts.axis_legends.css_for_email
t: Frequenz
- key: tools_others.tool_evaluation
t: Bibliotheksbewertung
- key: tools_others.tool_evaluation.description
t: Wähle für jede Übereinstimmung den Faktor aus, den du bei der Bewertung einer neuen Bibliothek priorisierst.
###########################################################################
# Opinions
###########################################################################
- key: opinions.css_easy_to_learn
t: CSS ist leicht zu lernen.
- key: opinions.css_easy_to_learn.title # TODO
t: Lernkurve
- key: opinions.css_evolving_slowly
t: CSS entwickelt sich zu langsam.
- key: opinions.css_evolving_slowly.title # TODO
t: Veränderungsrate
- key: opinions.utility_classes_to_be_avoided
t: Werkzeugklassen (nicht-semantische z.B. .center, .large-text, usw.) sollten vermieden werden.
- key: opinions.utility_classes_to_be_avoided.title # TODO
t: Non-Semantic Classes
- key: opinions.selector_nesting_to_be_avoided
t: Verschachteln von Selektoren (.foo .bar ul li {...}) sollte vermieden werden.
- key: opinions.selector_nesting_to_be_avoided.title # TODO
t: Selector Verschachtelung
- key: opinions.css_is_programming_language
t: CSS ist eine Programmiersprache.
- key: opinions.css_is_programming_language.title # TODO
t: Programmiersprache
- key: opinions.enjoy_writing_css
t: Ich genieße es CSS zu schreiben.
- key: opinions.enjoy_writing_css.title # TODO
t: Freude
# Browser interoperability question
- key: opinions_others.browser_interoperability_features
t: Browser-Inkompatibilitäten
- key: opinions_others.browser_interoperability_features.description
t: >
Gibt es CSS-Funktionen, die du aufgrund von Unterschieden
zwischen den Browsern nicht verwenden kannst?
# Pain Points
- key: opinions.css_pain_points
t: CSS Pain Points
- key: opinions.css_pain_points.description
t: Wähle für jede Übereinstimmung den Aspekt von CSS aus, mit dem du am meisten zu kämpfen hast.
- key: opinions_others.css_pain_points.others
t: Andere CSS Pain Points
# Missing Features
- key: opinions.css_missing_features
t: Was fehlt deiner Meinung nach derzeit in CSS?
- key: opinions.css_missing_features.description
t: Wähle für jede Übereinstimmung die Funktion aus, die du heute am liebsten in CSS verwenden möchtest.
- key: opinions_others.css_missing_features.others
t: Andere fehlende Funktionen
- key: opinions_others.css_missing_features.others.note
t: >
Diese Ergebnisse wurden bearbeitet, basierend auf einem Freitextfeld.
Um alle Ergebnisse zu sehen, schaue auf [whatsmissingfromcss.com](http://whatsmissingfromcss.com/).
- key: opinions.sum_up_one_word_css
t: CSS in einem Wort
- key: opinions.sum_up_one_word_css.description
t: Wie würdest Du Deine Meinung über CSS in einem Wort zusammenfassen?
- key: happiness.state_of_the_web
t: Wie zufrieden bist Du allgemein mit den Webtechnologien?
- key: happiness.state_of_css
t: Wie zufrieden bist Du allgemein mit CSS?
###########################################################################
# Resources
###########################################################################
# First steps
- key: resources.first_steps_css
t: Erste Schritte mit CSS
- key: resources.first_steps_css.description
t: Wie hast Du zu Beginn deiner Tätigkeit CSS gelernt?
- key: resources.learning_methods_css
t: CSS-Lernmethoden
- key: resources.learning_methods_css.description
t: Welche Ressourcen hast du benutzt, um CSS zu lernen?
- key: resources.first_steps.books
t: Bücher
- key: resources.first_steps.videos
t: Videos & Screencasts
- key: resources.first_steps.courses_free
t: Onlinekurse (kostenlos)
- key: resources.first_steps.courses_paid
t: Onlinekurse (bezahlt)
- key: resources.first_steps.school
t: Schule & höhere Bildung
- key: resources.first_steps.podcasts
t: Podcasts
- key: resources.first_steps.bootcamp
t: Bootcamps
- key: resources.first_steps.on_the_job
t: Ausbildung am Arbeitsplatz
- key: resources.first_steps.mentoring
t: Mentoring
- key: resources.first_steps.self_directed
t: Selbstgesteuertes Lernen (Google, Stack Overflow, usw.)
- key: resources.first_steps.others
t: Andere erste Lernmethoden
- key: resources.first_steps.others.description
t: Andere Antworten (Freifeld).
##########################################################################
# Other Tools
###########################################################################
- key: tools_others.libraries
t: Bibliotheken
- key: tools_others.libraries.question
t: Welche Bibliotheken nutzt du regelmäßig?
- key: tools_others.libraries.others
t: Andere Bibliotheken
- key: tools_others.libraries.others.description
t: Andere Antworten (Freitextfeld)
- key: tools_others.text_editors
t: Text Editoren
- key: tools_others.text_editors.question
t: Welche/n Text Editor/en nutzt Du regelmäßig?
- key: tools_others.text_editors.others
t: Andere Text Editoren
- key: tools_others.text_editors.others.description
t: Andere Antworten (Freifeld).
- key: tools_others.utilities
t: Bibliotheken
- key: tools_others.utilities.question
t: Welche Bibliotheken nutzt Du regelmäßig?
- key: tools_others.utilities.others
t: Andere Bibliotheken
- key: tools_others.utilities.others.description
t: Andere Antworten (Freifeld).
- key: options.utilities.na
t: Keine
- key: tools_others.browsers
t: Browser
- key: tools_others.browsers.question
t: Welche/n Browser nutzt Du primär zu Beginn eines neuen Projekts?
- key: tools_others.browsers.others
t: Andere Browser
- key: tools_others.browsers.others.description
t: Andere Antworten (Freifeld).
- key: tools_others.build_tools
t: Build-Werkzeuge
- key: tools_others.build_tools.question
t: Welche Build-Werkzeuge nutzt Du?
- key: tools_others.build_tools.others
t: Andere Build-Werkzeuge
- key: tools_others.build_tools.others.description
t: Andere Antworten (Freifeld).
- key: tools_others.non_js_languages
t: Nicht-JavaScript Sprachen
- key: tools_others.non_js_languages.question
t: Welche anderen Programmiersprachen nutzt Du?
- key: tools_others.non_js_languages.others
t: Andere Programmiersprachen
- key: tools_others.non_js_languages.others.description
t: Andere Antworten (Freifeld).
- key: tools_others.pre_post_processors.question
t: Welche Pre- oder Post-Prozessoren benutzt du regelmäßig?
- key: options.pre_post_processors.na
t: Keine
- key: environments.what_do_you_use_css_for
t: Wofür benutzt du CSS hauptsächlich?
- key: environments.what_do_you_use_css_for.question
t: Für welche Projekte nutzt du CSS hauptsächlich?
- key: environments.what_do_you_use_css_for.others
t: Andere Arten von Projekten
###########################################################################
# Survey Help
###########################################################################
- key: features.features_intro_css
t: |
Willkommen zur Umfrage! Dieser erste Abschnitt dreht sich darum, herauszufinden,
welche **CSS-Funktionen** du kennst.
Apropos: Wenn du uns mehr zu deiner Auswahl erzählen möchtest, klicke einfach auf das kleine "Kommentar"-Icon!
- key: tools.tools_intro_css
t: |
Die nächsten paar Abschnitte fokussieren sich auf **Bibliotheken** und **Frameworks**, aus denen
das CSS-Ökosystem besteht. Lass uns wissen, was dich davon begeistert!