You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/i18n/en/docusaurus-plugin-content-docs/current/01-manifest.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ tags:
23
23
</p>
24
24
<h2>§ 3 Portability</h2>
25
25
<p>
26
-
The focus is on small components (e.g. buttons) that can be easily reused. The special thing about this is that an HTML button or input is not barrier-free
26
+
The focus is on small components (e.g. buttons) that can be easily reused. The special thing about this is that an HTML button or input is not accessible
27
27
without further ado. However, a KoliBri button or input takes into account the numerous use cases and the semantic construction of the components that must
28
28
be considered.
29
29
</p>
@@ -40,7 +40,7 @@ tags:
40
40
</p>
41
41
<h2>§ 6 Security</h2>
42
42
<p>
43
-
All components serve solely to achieve a consistent and barrier-free representation of web-based user interfaces in the sense of a corporate design or
44
-
design system. We provide a universally applicable and subject-neutral library without any data transfer functionalities and storage.
43
+
All components serve solely to achieve a consistent and accessible representation of web-based user interfaces in the sense of a corporate design or design
44
+
system. We provide a universally applicable and subject-neutral library without any data transfer functionalities and storage.
Copy file name to clipboardExpand all lines: dev/i18n/en/docusaurus-plugin-content-docs/current/03-faq.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ import { KolLink } from '@public-ui/react';
17
17
## General
18
18
19
19
-**What is so special about KoliBri?**<br/>
20
-
KoliBri offers granular, easily reusable HTML compositions that are semantically barrier-free and decoupled from the design. Using the basic styling, which is limited exclusively to the layout, the components can be easily adapted to your own corporate design.
20
+
KoliBri offers granular, easily reusable HTML compositions that are semantically accessible and decoupled from the design. Using the basic styling, which is limited exclusively to the layout, the components can be easily adapted to your own corporate design.
21
21
-**How do you save with KoliBri?**<br/>
22
22
Websites/applications are implemented with different HTML elements and variants of elements. Each of these HTML structures must be semantically accessible and marked. KoliBri focuses on exactly such HTML structures and their variants and summarizes them in clearly defined components. The development teams that later reuse KoliBri can now use these components and adjust parameters to display different variants without having to think about the correctness of the HTML structure within the component. You are relieved and can focus more on the implementation of the actual technicality.<br/>
23
23
-**How can you not explain KoliBri technically?**<br/>
24
-
KoliBri is for accessibility like a Thermomix® is for cooking. It makes cooking easier because you can simply choose a suitable dish (component) without having to know how to cook it exactly. The Thermomix® (KoliBri) guides you through the cooking process (parameters for different variants) and ensures that the right dish (barrier-free user interface) comes out at the end.
24
+
KoliBri is for accessibility like a Thermomix® is for cooking. It makes cooking easier because you can simply choose a suitable dish (component) without having to know how to cook it exactly. The Thermomix® (KoliBri) guides you through the cooking process (parameters for different variants) and ensures that the right dish (accessible user interface) comes out at the end.
25
25
-**How dependent will I be if I use KoliBri?**<br/>
26
26
If you compare KoliBri with a LEGO® set, you can simply mix the building blocks it contains with other building blocks to depict the overall application. You enter into a partial dependency (logical) in order to receive advantages in ensuring accessibility in return.
27
27
-**How can I influence a component if necessary?**<br/>
@@ -49,8 +49,8 @@ import { KolLink } from '@public-ui/react';
49
49
50
50
## Technical
51
51
52
-
-**Why can KoliBri components really be barrier-free?**<br/>
53
-
The KoliBri components are designed in terms of software architecture in such a way that they can only be instrumented via properties and not via their own HTML that can be entered. This means that the components can only be controlled via the API (properties). This is a quality feature because the components cannot be manipulated from the outside. The components are very restrictive and can therefore always be barrier-free.<br/>
52
+
-**Why can KoliBri components really be accessible?**<br/>
53
+
The KoliBri components are designed in terms of software architecture in such a way that they can only be instrumented via properties and not via their own HTML that can be entered. This means that the components can only be controlled via the API (properties). This is a quality feature because the components cannot be manipulated from the outside. The components are very restrictive and can therefore always be accessible.<br/>
54
54
In order to be able to break out of this restriction, there is the <KolLink_href="/docs/concepts/expert-slot"_label="Expert-Slot" />, which makes it possible to embed your own HTML in the component. Accessibility via the expert slot is in the hands of the expert (developer) and should only be used in exceptional cases.
55
55
-**Why are component properties sometimes named differently from HTML naming?**<br/>
56
56
In order to keep KoliBri easy to learn, the HTML naming is usually used. But even the HTML standard is not uniform in its naming across several elements (components). And that is why we have chosen uniform names for similar properties in KoliBri. See concept <KolLink_href="/docs/concepts/properties"_label="Properties" /> for more information.
Copy file name to clipboardExpand all lines: dev/i18n/en/docusaurus-plugin-content-docs/current/40-project/01-history.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ We now knew that the technology was powerful and concentrated on supplying the p
47
47
48
48
We want to build a broad community around the topic "small flexible accessible web components", KoliBri for short. KoliBri as an accessible webcomponent library is free to use and should be developed collaboratively.
49
49
50
-
Why this is worthwhile can be derived from the guidelines of KoliBri. The focus is on small frequently occurring components and their HTML construction. These HTML constructions must be solved namely as a rule by all development teams, which must provide barrier-free web-based user interfaces. If one looks attentively with the "accessibility glasses" in the Web, one notices that for example the Button with the Tooltip, all nearly the same implemented.
50
+
Why this is worthwhile can be derived from the guidelines of KoliBri. The focus is on small frequently occurring components and their HTML construction. These HTML constructions must be solved namely as a rule by all development teams, which must provide accessible web-based user interfaces. If one looks attentively with the "accessibility glasses" in the Web, one notices that for example the Button with the Tooltip, all nearly the same implemented.
51
51
And this is exactly what KoliBri addresses with the small-part components. We turn the openly specified HTML (not readily accessible) into semantic accessible HTML components by means of web components, which can be reused flexibly and customizable for your own design systems and web projects.
0 commit comments