Giter Club home page Giter Club logo

Comments (4)

mattesmohr avatar mattesmohr commented on May 12, 2024

It is not yet possible. The protocols mit the specific methods do exist, but the elements are not yet provided with it, since I have hoped for better way to do it. I will make up for it.

You can use the .custom() method, till its done.

from htmlkit.

tonyarnold avatar tonyarnold commented on May 12, 2024

Ah, .custom(…) is the method that I needed to know! Thanks!

from htmlkit.

mattesmohr avatar mattesmohr commented on May 12, 2024

For documentation reasons:

Element Class Class Class
Head HTMLHeadElement   HTMLElement
Title HTMLTitleElement   HTMLElement
Base HTMLBaseElement   HTMLElement
Link HTMLLinkElement   HTMLElement
Meta HTMLMetaElement   HTMLElement
Style HTMLStyleElement   HTMLElement
Html HTMLHtmlElement   HTMLElement
Body HTMLBodyElement   HTMLElement
Article     HTMLElement
Section     HTMLElement
Navigation     HTMLElement
Aside     HTMLElement
Heading1 HTMLHeadingElement   HTMLElement
Heading2 HTMLHeadingElement   HTMLElement
Heading3 HTMLHeadingElement   HTMLElement
Heading4 HTMLHeadingElement   HTMLElement
Heading5 HTMLHeadingElement   HTMLElement
Heading6 HTMLHeadingElement   HTMLElement
HeadingGroup     HTMLElement
Header     HTMLElement
Footer     HTMLElement
Adress     HTMLElement
Paragraph HTMLParagraphElement   HTMLElement
HorizontalRule HTMLHrElement   HTMLElement
PreformattedText HTMLPreElement   HTMLElement
Blockquote HTMLQuoteElement   HTMLElement
OrderedList HTMLOListElement   HTMLElement
UnorderedList HTMLUListElement   HTMLElement
ListItem HTMLLiElement   HTMLElement
DescriptionList HTMLDListElement   HTMLElement
TermName     HTMLElement
TermDefinition     HTMLElement
Figure     HTMLElement
FigureCaption     HTMLElement
Main     HTMLElement
Division HTMLDivElement   HTMLElement
Anchor HTMLAnchorElement   HTMLElement
Emphasize     HTMLElement
Strong     HTMLElement
Small     HTMLElement
Cite     HTMLElement
ShortQuote HTMLQuoteElement   HTMLElement
Definition     HTMLElement
Abbreviation     HTMLElement
Ruby     HTMLElement
RubyText     HTMLElement
RubyPronunciation     HTMLElement
Data HTMLDataElement   HTMLElement
Time HTMLTimeElement   HTMLElement
Code     HTMLElement
Variable     HTMLElement
SampleOutput     HTMLElement
KeyboardInput     HTMLElement
Subscript     HTMLElement
Superscript     HTMLElement
Italic     HTMLElement
Bold     HTMLElement
Underline     HTMLElement
Mark     HTMLElement
Bdi     HTMLElement
Bdo     HTMLElement
Span HTMLSpanElement   HTMLElement
LineBreak HTMLBRElement   HTMLElement
WordBreak     HTMLElement
InsertedText HTMLModElement   HTMLElement
DeletedText HTMLModElement   HTMLElement
Picture HTMLPictureElement   HTMLElement
Source HTMLSourceElement   HTMLElement
Image HTMLImageElement   HTMLElement
InlineFrame HTMLIFrameElement   HTMLElement
Embed HTMLEmbedElement   HTMLElement
Object HTMLObjectElement   HTMLElement
Parameter      
Video HTMLVideoElement HTMLMediaElement HTMLElement
Audio HTMLAudioElement HTMLMediaElement HTMLElement
Track HTMLTrackElement   HTMLElement
Map HTMLMapElement   HTMLElement
Area HTMLAreaElement   HTMLElement
Table HTMLTableElement   HTMLElement
Caption HTMLTableCaptionElement   HTMLElement
ColumnGroup HTMLTableColElement   HTMLElement
Column HTMLTableColElement   HTMLElement
TableBody HTMLTableSectionElement   HTMLElement
TableHead HTMLTableSectionElement   HTMLElement
TableFoot HTMLTableSectionElement   HTMLElement
TableRow HTMLTableRowElement   HTMLElement
DataCell HTMLTableCellElement   HTMLElement
HeaderCell HTMLTableCellElement   HTMLElement
Form HTMLFormElement   HTMLElement
Label HTMLLabelElement   HTMLElement
Input HTMLInputElement   HTMLElement
Button HTMLButtonElement   HTMLElement
DataList HTMLDataListElement   HTMLElement
OptionGroup HTMLOptionGroupElement   HTMLElement
Option HTMLOptionElement   HTMLElement
TextArea HTMLTextAreaElement   HTMLElement
Output HTMLOutputElement   HTMLElement
Progress HTMLProgressElement   HTMLElement
Meter HTMLMeterElement   HTMLElement
Fieldset HTMLFieldSetElement   HTMLElement
Legend HTMLLegendElement   HTMLElement
Details HTMLDetailsElement   HTMLElement
Summary     HTMLElement
Dialog HTMLDialogElement   HTMLElement
Script HTMLScriptElement   HTMLElement
NoScript     HTMLElement
Template HTMLTemplateElement   HTMLElement
Canvas HTMLSlotElement   HTMLElement
Vector      
Circle      
Rectangle      
Ellipse      
Line      
Polygon      
Polyline      
Path      
Use      
Select HTMLSelectElement   HTMLElement

from htmlkit.

mattesmohr avatar mattesmohr commented on May 12, 2024

For documentation reasons:

HTMLElement HTMLBodyElement
onabort onabort
onauxclick onauxclick
onbeforeinput onbeforeinput
onbeforematch onbeforematch
onblur onblur
oncancel oncancel
oncanplay oncanplay
oncanplaythrough oncanplaythrough
onchange onchange
onclick onclick
onclose onclose
oncontextlost oncontextlost
oncontextmenu oncontextmenu
oncontextrestored oncontextrestored
oncuechange oncuechange
ondblclick ondblclick
ondrag ondrag
ondragend ondragend
ondragenter ondragenter
ondragleave ondragleave
ondragover ondragover
ondragstart ondragstart
ondrop ondrop
ondurationchange ondurationchange
onemptied onemptied
onended onended
onerror onerror
onfocus onfocus
onformdata onformdata
oninput oninput
oninvalid oninvalid
onkeydown onkeydown
onkeypress onkeypress
onkeyup onkeyup
onload onload
onloadeddata onloadeddata
onloadedmetadata onloadedmetadata
onloadstart onloadstart
onmousedown onmousedown
onmouseenter onmouseenter
onmouseleave onmouseleave
onmousemove onmousemove
onmouseout onmouseout
onmouseover onmouseover
onmouseup onmouseup
onpause onpause
onplay onplay
onplaying onplaying
onprogress onprogress
onratechange onratechange
onreset onreset
onresize onresize
onscroll onscroll
onsecuritypolicyviolation onsecuritypolicyviolation
onseeked onseeked
onseeking onseeking
onselect onselect
onslotchange onslotchange
onstalled onstalled
onsubmit onsubmit
onsuspend onsuspend
ontimeupdate ontimeupdate
ontoggle ontoggle
onvolumechange onvolumechange
onwaiting onwaiting
onwebkitanimationend onwebkitanimationend
onwebkitanimationiteration onwebkitanimationiteration
onwebkitanimationstart onwebkitanimationstart
onwebkittransitionend onwebkittransitionend
onwheel onwheel
oncopy oncopy
oncut oncut
onpaste onpaste
  onafterprint
  onbeforeprint
  onbeforeunload
  onhashchange
  onlanguagechange
  onmessage
  onmessageerror
  onoffline
  ononline
  onpagehide
  onpageshow
  onpopstate
  onrejectionhandled
  onstorage
  onunhandledrejection
  onunload

from htmlkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.