Skip to content

Commit fca8e19

Browse files
committed
Add original descriptions
1 parent f48a5a1 commit fca8e19

File tree

1 file changed

+118
-2
lines changed

1 file changed

+118
-2
lines changed

state_of_html.yml

Lines changed: 118 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,41 +543,89 @@ translations:
543543
544544
# other features
545545

546+
- key: feature.datalist_element.description
547+
t: Method of providing a list of presets for a user to select in a form control, while still allowing custom options.
548+
549+
- key: feature.showpicker.description
550+
t: Programmatically open the picker of form controls that have one (color pickers, date inputs etc).
551+
552+
- key: feature.edit_context.description
553+
t: The EditContext interface represents the text edit context of an element that was made editable by using the EditContext API.
554+
555+
- key: feature.caret_position_from_point.description
556+
t: The caretPositionFromPoint() method returns the caret's character offset.
557+
558+
- key: feature.dialog_element.description
559+
t: For dialog boxes or other interactive components, such as a dismissible alerts, or subwindows.
560+
561+
- key: feature.blocking_render.description
562+
t: Specify that resources (scripts, stylesheets etc) should block rendering until loaded.
563+
564+
- key: feature.set_html_unsafe.description
565+
t: |
566+
Used to parse a string of HTML into a DocumentFragment, which then replaces the element's subtree in the DOM.
567+
568+
- key: feature.parse_html_unsafe.description
569+
t: Used to parse a string of HTML, which may contain declarative shadow roots, in order to create a new Document instance.
570+
571+
- key: feature.template_element.description
572+
t: A mechanism for holding HTML that is not to be rendered immediately but may be utilized later via JS.
573+
574+
- key: feature.search_element.description
575+
t: Semantic element for wrapping search UI.
576+
546577
- key: features.foo_attribute
547578
t: "атрибут `{id}`"
548579

549580
- key: features.slot_attribute
550581
t: Іменоване присвоєння slot-елемента
582+
- key: features.slot_attribute.description
583+
t: |
584+
`slot="slot_name"` attribute
551585
552586
- key: features.landmark_elements
553587
t: Елементи-орієнтири (Landmark elements)
554588

555589
- key: features.tabindex_attribute
556590
t: "Атрибут `tabindex`"
591+
- key: features.tabindex_attribute.description
592+
t: Make HTML elements focusable, allow or prevent them from being sequentially focusable
557593

558594
- key: features.respimg_attributes
559595
t: "Атрибути `srcset` і `sizes`"
596+
- key: features.respimg_attributes.description
597+
t: Attributes that allow providing several source images with hints to help the browser pick the right one.
560598

561599
- key: features.model_element
562600
t: "`<model>` для додавання AR/VR/3D"
601+
- key: features.model_element.description
602+
t: Attributes that allow providing several source images with hints to help the browser pick the right one.
563603

564604
- key: features.slot_def
565605
t: Визначення slot-елемента (`<slot>` і `::slotted()`)
566606

567607
- key: features.controlslist_attribute
568608
t: "Атрибут `controlslist`"
609+
- key: features.controlslist_attribute.description
610+
t: Prevent certain controls from appearing in the toolbar of a media element.
569611

570612
- key: features.popover_api
571613
t: API спливного вікна
614+
- key: features.popover_api.description
615+
t: HTML syntax and JS API facilitating popovers such as overlays, popups, menus etc.
572616

573617
- key: features.lazy_loading
574618
t: Ліниве завантажування
619+
- key: features.lazy_loading.description
620+
t: Load certain resources only when needed.
575621

576622
- key: features.sandbox_attr
577623
t: "Атрибут `sandbox` для елементів iframe"
578624

579625
- key: features.details_element
580626
t: "`<details>` і `<summary>`"
627+
- key: features.details_element.description
628+
t: A disclosure widget that can be toggled to hide or show content interactively.
581629

582630
- key: features.crossorigin
583631
t: "Атрибут `crossorigin`"
@@ -587,12 +635,16 @@ translations:
587635

588636
- key: features.element_internals
589637
t: "API `ElementInternals`"
638+
- key: features.element_internals.description
639+
t: Assign hidden semantics to custom elements, facilitating accessibility and allowing them to participate fully in forms.
590640

591641
- key: features.cors
592642
t: CORS
593643

594644
- key: features.content_security_policy
595645
t: Політика безпеки вмісту (CSP)
646+
- key: features.content_security_policy.description
647+
t: An added layer of security that helps to detect and mitigate XSS and other attacks.
596648

597649
- key: features.structured_data
598650
t: Структуровані дaні (RDFa, Microdata, Microformats)
@@ -602,15 +654,24 @@ translations:
602654

603655
- key: features.html_modules
604656
t: HTML-модулі
657+
- key: features.html_modules.description
658+
t: Import HTML files via JS imports and access their elements and JS exports.
605659

606660
- key: features.accordion_element
607661
t: Елемент "виключний акордеон"
662+
- key: features.accordion_element.description
663+
t: |
664+
Group `<details>` elements so that only up to one in the group can be open at a time.
608665
609666
- key: features.imperative_slot
610667
t: Імперативне присвоєння slot-елемента
668+
- key: features.imperative_slot.description
669+
t: A way to assign elements to slots manually via JS, so that slot assignment does not have to be managed by the component consumers.
611670

612671
- key: features.focusgroup_attribute
613672
t: "Атрибут `focusgroup`"
673+
- key: features.focusgroup_attribute.description
674+
t: Facilitate keyboard focus navigation using the keyboard arrow keys among a set of focusable elements.
614675

615676
- key: features.form_validation
616677
t: Валідація форми
@@ -629,15 +690,22 @@ translations:
629690

630691
- key: features.resource_hints
631692
t: Підказки зв'язку ресурсу (усі)
693+
- key: features.resource_hints.description
694+
t: |
695+
Begin work on certain resources early to improve performance. Syntax: `<link rel="pre* | dns-prefetch | modulepreload">`
632696
633697
- key: features.rh_prefetch
634698
t: "Підказки зв'язку ресурсу: prefetch (`<link rel=prefetch>`)"
635699

636700
- key: features.shadow_dom
637-
t: Тіньовий DOM
701+
t: Тіньовий DOM
702+
- key: features.shadow_dom.description
703+
t: Encapsulate elements not visible from the outside, and style them with CSS not affecting the rest of the page.
638704

639705
- key: features.declarative_shadow_dom
640706
t: Декларативний тіньовий DOM
707+
- key: features.declarative_shadow_dom.description
708+
t: Define shadow trees with HTML.
641709

642710
- key: features.referrerpolicy
643711
t: "Атрибут `referrerpolicy`"
@@ -662,18 +730,24 @@ translations:
662730

663731
- key: features.scoped_element_registries
664732
t: Область видимості для `CustomElementRegistry`
733+
- key: features.scoped_element_registries.description
734+
t: Allow multiple custom element definitions for a single tag name to exist within a page.
665735

666736
- key: features.navigation_api
667737
t: API навігації
668738

669739
- key: features.custom_elements_defining
670740
t: Визначення власних елементів
741+
- key: features.custom_elements_defining.description
742+
t: Defining custom elements for use by others.
671743

672744
- key: features.decoding
673745
t: "Атрибут `decoding`"
674746

675747
- key: features.custom_elements_using
676748
t: Використання власних елементів
749+
- key: features.custom_elements_using.description
750+
t: Using custom elements, that you or someone else defined.
677751

678752
- key: features.fencedframe
679753
t: Елемент `<fencedframe>`
@@ -683,60 +757,102 @@ translations:
683757

684758
- key: features.media_capture
685759
t: Захоплення (capture) медіа в HTML
760+
- key: features.media_capture.description
761+
t: Capture input from the user’s camera.
686762

687763
- key: features.formdata
688764
t: "API `FormData`"
765+
- key: features.formdata.description
766+
t: API to more easily extract and manipulate form data values via JS
689767

690768
- key: features.customizable_select
691769
t: Налаштовуваний select-елемент
770+
- key: features.customizable_select.description
771+
t: |
772+
Stylable, customizable dropdown control. Previously `<selectlist>` and `<selectmenu>`.
692773
693774
- key: features.contenteditable_plaintext
694775
t: "Значення `plaintext-only` для `contenteditable`"
776+
- key: features.contenteditable_plaintext.description
777+
t: Permits editing of the element's raw text, but not rich text formatting.
695778

696779
- key: features.dom_parts
697780
t: DOM-частини (DOM Parts)
781+
- key: features.dom_parts.description
782+
t: A cacheable representation of a part of the DOM that can be updated performantly.
698783

699784
- key: features.fetchpriority_attribute
700785
t: "Атрибут `fetchpriority`"
786+
- key: features.fetchpriority_attribute.description
787+
t: Allows specifying a hint to help the browser prioritize fetching various resources.
701788

702789
- key: features.autocomplete_attribute
703790
t: "Атрибут `autocomplete`"
791+
- key: features.autocomplete_attribute.description
792+
t: |
793+
Provide hints about what kind of information is expected, e.g. `name`, `honorific-prefix`, `tel`, `cc-number` etc
704794
705795
- key: features.inert_attribute
706796
t: "Атрибут `inert`"
797+
- key: features.inert_attribute.description
798+
t: Attribute to make an element and its descendants non-interactive, and invisible to assistive technology.
707799

708800
- key: features.client_hints
709-
t: "HTTP-заголовки: підказки клієнта"
801+
t: "HTTP-заголовки: підказки клієнта"
710802

711803
- key: features.clipboard_api
712804
t: API буфера обміну
805+
- key: features.clipboard_api.description
806+
t: |
807+
Provides the ability to respond to clipboard commands (cut, copy, and paste), as well as to asynchronously read from and write to the system clipboard.
713808
714809
- key: features.custom_highlight_api
715810
t: API налаштування підсвічування у CSS
811+
- key: features.custom_highlight_api.description
812+
t: Provides a mechanism for styling arbitrary text ranges on a document by using JavaScript to create the ranges, and CSS to style them.
716813

717814
- key: features.intl_segmenter
718815
t: "API `Intl.Segmenter`"
816+
- key: features.intl_segmenter.description
817+
t: |
818+
Language-sensitive segmentation of text into graphemes, words or sentences.
719819
720820
- key: features.filesystem_access
721821
t: API доступу до файлової системи
822+
- key: features.filesystem_access.description
823+
t: |
824+
Access files and directories on the user's local device.
722825
723826
- key: features.badging_api
724827
t: API задання значків (Badging API)
828+
- key: features.badging_api.description
829+
t: |
830+
Set a badge on the web application’s icon to notify about updated state in a less intrusive, persistent way.
725831
726832
- key: features.web_share_api
727833
t: API поширення у вебі
834+
- key: features.web_share_api.description
835+
t: Exposes a mechanism for sharing content to various user-selected targets.
728836

729837
- key: features.launch_handler_api
730838
t: API обробника запуску (Launch Handler API)
839+
- key: features.launch_handler_api.description
840+
t: Allows PWAs to control how they are launched, e.g. in a new window or tab.
731841

732842
- key: features.file_handling_api
733843
t: API обробки файлів
844+
- key: features.file_handling_api.description
845+
t: Allows PWAs to register themselves as handlers for certain file types.
734846

735847
- key: features.window_controls_overlay
736848
t: API накладання віконних елементів керування (Window Controls Overlay API)
849+
- key: features.window_controls_overlay.description
850+
t: Allows PWAs to display custom content over the title bar area, whose controls become an overlay.
737851

738852
- key: features.isolated_webapps
739853
t: Ізольовані вебзастосунки (IWA)
854+
- key: features.isolated_webapps.description
855+
t: Native-like packaging, permissions and signed updates for PWAs.
740856

741857
###########################################################################
742858
# Other Tools

0 commit comments

Comments
 (0)