Skip to content

Commit b1ab014

Browse files
committed
Add original descriptions
1 parent 146fa9f commit b1ab014

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
@@ -547,41 +547,89 @@ translations:
547547
548548
# other features
549549

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

553584
- key: features.slot_attribute
554585
t: Іменоване присвоєння slot-елемента
586+
- key: features.slot_attribute.description
587+
t: |
588+
`slot="slot_name"` attribute
555589
556590
- key: features.landmark_elements
557591
t: Елементи-орієнтири (Landmark elements)
558592

559593
- key: features.tabindex_attribute
560594
t: "Атрибут `tabindex`"
595+
- key: features.tabindex_attribute.description
596+
t: Make HTML elements focusable, allow or prevent them from being sequentially focusable
561597

562598
- key: features.respimg_attributes
563599
t: "Атрибути `srcset` і `sizes`"
600+
- key: features.respimg_attributes.description
601+
t: Attributes that allow providing several source images with hints to help the browser pick the right one.
564602

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

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

571611
- key: features.controlslist_attribute
572612
t: "Атрибут `controlslist`"
613+
- key: features.controlslist_attribute.description
614+
t: Prevent certain controls from appearing in the toolbar of a media element.
573615

574616
- key: features.popover_api
575617
t: API спливного вікна
618+
- key: features.popover_api.description
619+
t: HTML syntax and JS API facilitating popovers such as overlays, popups, menus etc.
576620

577621
- key: features.lazy_loading
578622
t: Ліниве завантажування
623+
- key: features.lazy_loading.description
624+
t: Load certain resources only when needed.
579625

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

583629
- key: features.details_element
584630
t: "`<details>` і `<summary>`"
631+
- key: features.details_element.description
632+
t: A disclosure widget that can be toggled to hide or show content interactively.
585633

586634
- key: features.crossorigin
587635
t: "Атрибут `crossorigin`"
@@ -591,12 +639,16 @@ translations:
591639

592640
- key: features.element_internals
593641
t: "API `ElementInternals`"
642+
- key: features.element_internals.description
643+
t: Assign hidden semantics to custom elements, facilitating accessibility and allowing them to participate fully in forms.
594644

595645
- key: features.cors
596646
t: CORS
597647

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

601653
- key: features.structured_data
602654
t: Структуровані дaні (RDFa, Microdata, Microformats)
@@ -606,15 +658,24 @@ translations:
606658

607659
- key: features.html_modules
608660
t: HTML-модулі
661+
- key: features.html_modules.description
662+
t: Import HTML files via JS imports and access their elements and JS exports.
609663

610664
- key: features.accordion_element
611665
t: Елемент "виключний акордеон"
666+
- key: features.accordion_element.description
667+
t: |
668+
Group `<details>` elements so that only up to one in the group can be open at a time.
612669
613670
- key: features.imperative_slot
614671
t: Імперативне присвоєння slot-елемента
672+
- key: features.imperative_slot.description
673+
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.
615674

616675
- key: features.focusgroup_attribute
617676
t: "Атрибут `focusgroup`"
677+
- key: features.focusgroup_attribute.description
678+
t: Facilitate keyboard focus navigation using the keyboard arrow keys among a set of focusable elements.
618679

619680
- key: features.form_validation
620681
t: Валідація форми
@@ -633,15 +694,22 @@ translations:
633694

634695
- key: features.resource_hints
635696
t: Підказки зв'язку ресурсу (усі)
697+
- key: features.resource_hints.description
698+
t: |
699+
Begin work on certain resources early to improve performance. Syntax: `<link rel="pre* | dns-prefetch | modulepreload">`
636700
637701
- key: features.rh_prefetch
638702
t: "Підказки зв'язку ресурсу: prefetch (`<link rel=prefetch>`)"
639703

640704
- key: features.shadow_dom
641-
t: Тіньовий DOM
705+
t: Тіньовий DOM
706+
- key: features.shadow_dom.description
707+
t: Encapsulate elements not visible from the outside, and style them with CSS not affecting the rest of the page.
642708

643709
- key: features.declarative_shadow_dom
644710
t: Декларативний тіньовий DOM
711+
- key: features.declarative_shadow_dom.description
712+
t: Define shadow trees with HTML.
645713

646714
- key: features.referrerpolicy
647715
t: "Атрибут `referrerpolicy`"
@@ -666,18 +734,24 @@ translations:
666734

667735
- key: features.scoped_element_registries
668736
t: Область видимості для `CustomElementRegistry`
737+
- key: features.scoped_element_registries.description
738+
t: Allow multiple custom element definitions for a single tag name to exist within a page.
669739

670740
- key: features.navigation_api
671741
t: API навігації
672742

673743
- key: features.custom_elements_defining
674744
t: Визначення власних елементів
745+
- key: features.custom_elements_defining.description
746+
t: Defining custom elements for use by others.
675747

676748
- key: features.decoding
677749
t: "Атрибут `decoding`"
678750

679751
- key: features.custom_elements_using
680752
t: Використання власних елементів
753+
- key: features.custom_elements_using.description
754+
t: Using custom elements, that you or someone else defined.
681755

682756
- key: features.fencedframe
683757
t: Елемент `<fencedframe>`
@@ -687,60 +761,102 @@ translations:
687761

688762
- key: features.media_capture
689763
t: Захоплення (capture) медіа в HTML
764+
- key: features.media_capture.description
765+
t: Capture input from the user’s camera.
690766

691767
- key: features.formdata
692768
t: "API `FormData`"
769+
- key: features.formdata.description
770+
t: API to more easily extract and manipulate form data values via JS
693771

694772
- key: features.customizable_select
695773
t: Налаштовуваний select-елемент
774+
- key: features.customizable_select.description
775+
t: |
776+
Stylable, customizable dropdown control. Previously `<selectlist>` and `<selectmenu>`.
696777
697778
- key: features.contenteditable_plaintext
698779
t: "Значення `plaintext-only` для `contenteditable`"
780+
- key: features.contenteditable_plaintext.description
781+
t: Permits editing of the element's raw text, but not rich text formatting.
699782

700783
- key: features.dom_parts
701784
t: DOM-частини (DOM Parts)
785+
- key: features.dom_parts.description
786+
t: A cacheable representation of a part of the DOM that can be updated performantly.
702787

703788
- key: features.fetchpriority_attribute
704789
t: "Атрибут `fetchpriority`"
790+
- key: features.fetchpriority_attribute.description
791+
t: Allows specifying a hint to help the browser prioritize fetching various resources.
705792

706793
- key: features.autocomplete_attribute
707794
t: "Атрибут `autocomplete`"
795+
- key: features.autocomplete_attribute.description
796+
t: |
797+
Provide hints about what kind of information is expected, e.g. `name`, `honorific-prefix`, `tel`, `cc-number` etc
708798
709799
- key: features.inert_attribute
710800
t: "Атрибут `inert`"
801+
- key: features.inert_attribute.description
802+
t: Attribute to make an element and its descendants non-interactive, and invisible to assistive technology.
711803

712804
- key: features.client_hints
713-
t: "HTTP-заголовки: підказки клієнта"
805+
t: "HTTP-заголовки: підказки клієнта"
714806

715807
- key: features.clipboard_api
716808
t: API буфера обміну
809+
- key: features.clipboard_api.description
810+
t: |
811+
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.
717812
718813
- key: features.custom_highlight_api
719814
t: API налаштування підсвічування у CSS
815+
- key: features.custom_highlight_api.description
816+
t: Provides a mechanism for styling arbitrary text ranges on a document by using JavaScript to create the ranges, and CSS to style them.
720817

721818
- key: features.intl_segmenter
722819
t: "API `Intl.Segmenter`"
820+
- key: features.intl_segmenter.description
821+
t: |
822+
Language-sensitive segmentation of text into graphemes, words or sentences.
723823
724824
- key: features.filesystem_access
725825
t: API доступу до файлової системи
826+
- key: features.filesystem_access.description
827+
t: |
828+
Access files and directories on the user's local device.
726829
727830
- key: features.badging_api
728831
t: API задання значків (Badging API)
832+
- key: features.badging_api.description
833+
t: |
834+
Set a badge on the web application’s icon to notify about updated state in a less intrusive, persistent way.
729835
730836
- key: features.web_share_api
731837
t: API поширення у вебі
838+
- key: features.web_share_api.description
839+
t: Exposes a mechanism for sharing content to various user-selected targets.
732840

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

736846
- key: features.file_handling_api
737847
t: API обробки файлів
848+
- key: features.file_handling_api.description
849+
t: Allows PWAs to register themselves as handlers for certain file types.
738850

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

742856
- key: features.isolated_webapps
743857
t: Ізольовані вебзастосунки (IWA)
858+
- key: features.isolated_webapps.description
859+
t: Native-like packaging, permissions and signed updates for PWAs.
744860

745861
###########################################################################
746862
# Other Tools

0 commit comments

Comments
 (0)