<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>27895</bug_id>
          
          <creation_ts>2015-01-26 10:45:58 +0000</creation_ts>
          <short_desc>&lt;input disabledifunchanged&gt;</short_desc>
          <delta_ts>2015-06-17 06:11:29 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>netmosfera</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>117484</commentid>
    <comment_count>0</comment_count>
    <who name="">netmosfera</who>
    <bug_when>2015-01-26 10:45:58 +0000</bug_when>
    <thetext>Just a random idea. It would be nice to have an attribute for form elements that would prevent their data from being sent by the form when they are left unchanged.

&lt;form method=&quot;post&quot; action=&quot;./save&quot;&gt;
&lt;textarea name=&quot;article&quot; disabledifunchanged&gt;foo&lt;/textarea&gt;
&lt;button&gt;Save&lt;/button&gt;
&lt;/form&gt;

if textarea.value === textarea.defaultValue is true, no &quot;&amp;article=&quot; get/post variable will be sent by the form.

this is especially useful for data-tables containing lot of form inputs which unlikely will be all modified. so why not submitting only those that were actually changed? improves also bandwidth usage, simplifies the work of server-side form handlers and reduces the risk of errors since less work must be handled and performed.

hope you like the idea</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>121180</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2015-06-17 06:11:29 +0000</bug_when>
    <thetext>The best way to get feedback on this idea would be to start a discussion about it at discuss.webplatform.org or on the public-webapps@w3.org mailing list, or the whatwg@whatwg.org mailing list, and then re-open this bug if/when there&apos;s new information or expressions of support that emerge from the discussion.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>